From c412f74181cf4b85ad6b0c15e2768e5b306d7193 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 6 Jun 2008 17:08:31 -0700 Subject: fix erroneous test SVN=121554 --- test/string_lit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/string_lit.go') diff --git a/test/string_lit.go b/test/string_lit.go index 1e725354b..1b106cdad 100644 --- a/test/string_lit.go +++ b/test/string_lit.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", ``, -- cgit v1.2.3