summaryrefslogtreecommitdiff
path: root/src/regexp/all_test.go
Commit message (Collapse)AuthorAgeFilesLines
* regexp: fix TestOnePassCutoffRuss Cox2014-10-201-4/+12
| | | | | | | | | | | | | The stack blowout can no longer happen, but we can still test that too-complex regexps are rejected. Replacement for CL 162770043. LGTM=iant, r R=r, iant CC=bradfitz, golang-codereviews https://golang.org/cl/162860043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+648
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.