mirror of
https://github.com/golang/go
synced 2024-11-21 22:54:40 -07:00
fix erroneous test
SVN=121554
This commit is contained in:
parent
609cf0c3a7
commit
5e77b0a82e
@ -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
|
||||
|
@ -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",
|
||||
|
||||
``,
|
||||
|
Loading…
Reference in New Issue
Block a user