1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg/regexp
Russ Cox 3c6c88319e regexp: re-enable TestBadCompile
The code that was commented out was for the old regexp package.
In the new one the errors and the space of valid regexps are different.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6873063
2012-12-11 12:19:39 -05:00
..
syntax regexp/syntax: export ErrUnexpectedParen 2012-12-11 12:02:14 -05:00
testdata regexp: move to old/regexp, replace with exp/regexp 2011-09-26 18:33:13 -04:00
all_test.go regexp: re-enable TestBadCompile 2012-12-11 12:19:39 -05:00
example_test.go regexp: add examples 2012-11-27 10:33:15 -05:00
exec_test.go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
exec.go pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
find_test.go regexp: move to old/regexp, replace with exp/regexp 2011-09-26 18:33:13 -04:00
regexp.go regexp: add Split 2012-11-27 12:58:27 -05:00