]> Cypherpunks repositories - gostls13.git/commitdiff
- added extra escaped chars
authorRobert Griesemer <gri@golang.org>
Thu, 20 Mar 2008 04:20:25 +0000 (21:20 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 20 Mar 2008 04:20:25 +0000 (21:20 -0700)
SVN=113258

doc/go_lang.txt

index 31e4106905d2909dc8c6fb4ebc1a08cf7cd965fd..f71810002aea4972075ae3ba411cc35e3223de70 100644 (file)
@@ -399,7 +399,7 @@ The rules are:
   little_u_value = "\" "u" hex_digit hex_digit hex_digit hex_digit .
   big_u_value = "\" "U" hex_digit hex_digit hex_digit hex_digit
                       hex_digit hex_digit hex_digit hex_digit .
-  escaped_char = "\" ( "a" | "b" | "f" | "n" | "r" | "t" | "v" ) .
+  escaped_char = "\" ( "a" | "b" | "f" | "n" | "r" | "t" | "v" | "\" | "'" | "\"" ) .
 
 A UnicodeValue takes one of four forms: