]> Cypherpunks repositories - gostls13.git/commit
regexp/syntax: fix validity testing of zero repeats
authorIan Lance Taylor <iant@golang.org>
Mon, 20 Oct 2014 15:12:45 +0000 (08:12 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 20 Oct 2014 15:12:45 +0000 (08:12 -0700)
commit0f022fdd527db88419c1261b11e764a53ea41160
treeea728552999e464d3a1a3ad0d12880e61e38048d
parent3811c4d84aabc544f3431bf7fb59e9c57b183628
regexp/syntax: fix validity testing of zero repeats

This is already tested by TestRE2Exhaustive, but the build has
not broken because that test is not run when using -test.short.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/155580043
src/regexp/syntax/parse.go