]> Cypherpunks.ru repositories - gostls13.git/commitdiff
fix erroneous test
authorRob Pike <r@golang.org>
Sat, 7 Jun 2008 00:08:31 +0000 (17:08 -0700)
committerRob Pike <r@golang.org>
Sat, 7 Jun 2008 00:08:31 +0000 (17:08 -0700)
SVN=121554

test/golden.out
test/string_lit.go

index 935e5be6e021af6663922795d3302b623e218112..4ea3036e73d45384b9102f018867d46eb5ccc7fb 100644 (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
index 1e725354b2156f834ef963b5d7627a5737a35031..1b106cdadf001698756776c77bbcf7739dd5ca27 100644 (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",
     
     ``,