]> Cypherpunks repositories - gostls13.git/commit
regexp: interpret all Go characer escapes \a \b \f \n \r \t \v
authorRob Pike <r@golang.org>
Mon, 30 Aug 2010 04:06:59 +0000 (14:06 +1000)
committerRob Pike <r@golang.org>
Mon, 30 Aug 2010 04:06:59 +0000 (14:06 +1000)
commitca3b5222ebf8dce04d6ce484d7986f382927a168
tree2437fbcf9b0ad137c8f572a51f2d6c4c47d8eb71
parent9e162aa3be6e212cbe434460a4938969a17bb199
regexp: interpret all Go characer escapes \a \b \f \n \r \t \v

R=rsc
CC=golang-dev
https://golang.org/cl/2042044
src/pkg/regexp/find_test.go
src/pkg/regexp/regexp.go