]> Cypherpunks repositories - gostls13.git/commit
regexp: re-enable TestBadCompile
authorRuss Cox <rsc@golang.org>
Tue, 11 Dec 2012 17:19:39 +0000 (12:19 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 11 Dec 2012 17:19:39 +0000 (12:19 -0500)
commit3c6c88319eeb4b6fe0b599d894bbb0d8f50a116f
tree22dc24d89d1d7783c280e2a1562dd8a43d7f1de7
parentf4fc163d1773b54f422df91680df9efda583d67a
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
src/pkg/regexp/all_test.go