1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:44:39 -07:00

fix erroneous test

SVN=121554
This commit is contained in:
Rob Pike 2008-06-06 17:08:31 -07:00
parent 609cf0c3a7
commit 5e77b0a82e
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,6 @@ BUG: known to fail incorrectly
=========== ./string_lit.go
string_lit.go:5: syntax error
string_lit.go:12: unknown escape sequence: \
string_lit.go:12: unknown escape sequence: '
BUG: known to fail incorrectly
=========== ./switch.go

View File

@ -14,7 +14,7 @@ func main() {
"a",
"ä",
"本",
"\a\b\f\n\r\t\v\\\'\"",
"\a\b\f\n\r\t\v\\\"",
"\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe",
``,