mirror of
https://github.com/golang/go
synced 2024-11-25 11:57:58 -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
|
||||||
string_lit.go:5: syntax error
|
string_lit.go:5: syntax error
|
||||||
string_lit.go:12: unknown escape sequence: \
|
string_lit.go:12: unknown escape sequence: \
|
||||||
string_lit.go:12: unknown escape sequence: '
|
|
||||||
BUG: known to fail incorrectly
|
BUG: known to fail incorrectly
|
||||||
|
|
||||||
=========== ./switch.go
|
=========== ./switch.go
|
||||||
|
@ -14,7 +14,7 @@ func main() {
|
|||||||
"a",
|
"a",
|
||||||
"ä",
|
"ä",
|
||||||
"本",
|
"本",
|
||||||
"\a\b\f\n\r\t\v\\\'\"",
|
"\a\b\f\n\r\t\v\\\"",
|
||||||
"\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe",
|
"\000\123\x00\xca\xFE\u0123\ubabe\U0123ABCD\Ucafebabe",
|
||||||
|
|
||||||
``,
|
``,
|
||||||
|
Loading…
Reference in New Issue
Block a user