From: Robert Griesemer Date: Thu, 20 Mar 2008 04:20:25 +0000 (-0700) Subject: - added extra escaped chars X-Git-Tag: weekly.2009-11-06~3818 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6caad961fe65bf5859ce9b1c6e25cc547ebb1070;p=gostls13.git - added extra escaped chars SVN=113258 --- diff --git a/doc/go_lang.txt b/doc/go_lang.txt index 31e4106905..f71810002a 100644 --- a/doc/go_lang.txt +++ b/doc/go_lang.txt @@ -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: