]> Cypherpunks repositories - gostls13.git/commit
make a simpler regexp implementation with fewer dependencies and put it inside testing.
authorRob Pike <r@golang.org>
Tue, 11 Aug 2009 20:54:47 +0000 (13:54 -0700)
committerRob Pike <r@golang.org>
Tue, 11 Aug 2009 20:54:47 +0000 (13:54 -0700)
commit68e250516c472fb7bc16e896fe9ea0c49c0dc4a2
treecd9d6159de384b3bb7b81120bc18058fb7d76a22
parentd08f0067b5e5cfb4dbb437b6f4197d2bf4c8b7ca
make a simpler regexp implementation with fewer dependencies and put it inside testing.
remove "regexp." from regexp tests.

R=rsc
DELTA=1173  (1152 added, 1 deleted, 20 changed)
OCL=33028
CL=33037
src/pkg/regexp/all_test.go
src/pkg/testing/Makefile
src/pkg/testing/regexp.go [new file with mode: 0644]
src/pkg/testing/regexp_test.go [new file with mode: 0644]
src/pkg/testing/testing.go