]> Cypherpunks repositories - gostls13.git/commit
fix bug in prefix code: must stop one character before any potential match of an...
authorRob Pike <r@golang.org>
Mon, 23 Nov 2009 22:06:21 +0000 (14:06 -0800)
committerRob Pike <r@golang.org>
Mon, 23 Nov 2009 22:06:21 +0000 (14:06 -0800)
commit3b7f552fbb5e762bb84f2466da16faa7f312145c
tree154a633b6b535592c47d7aae9be48a3a6ab7d995
parentb050a1b2233474e549bb15ba55c5f1b020c4d988
fix bug in prefix code: must stop one character before any potential match of an empty string

Fixes #308.

R=rsc
CC=golang-dev
https://golang.org/cl/157142
src/pkg/regexp/all_test.go
src/pkg/regexp/regexp.go