]> Cypherpunks repositories - gostls13.git/commit
regexp: bug fix: need to track whether match begins with fixed prefix.
authorRob Pike <r@golang.org>
Tue, 22 Jun 2010 23:02:14 +0000 (16:02 -0700)
committerRob Pike <r@golang.org>
Tue, 22 Jun 2010 23:02:14 +0000 (16:02 -0700)
commita8cd6c2012ad76a126f0e030e67e4893bda9563f
treef6de99d63fa1ff70fb94637e230e7a7757963a17
parent537e5f4b7e2879b3758e15e19c5b4c2ed87c0d9d
regexp: bug fix: need to track whether match begins with fixed prefix.
Fixes #872.

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