mirror of
https://github.com/golang/go
synced 2024-11-22 01:54:42 -07:00
- added extra escaped chars
SVN=113258
This commit is contained in:
parent
d2490e7419
commit
6caad961fe
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user