mirror of https://github.com/golang/go.git
parent
d2490e7419
commit
6caad961fe
|
|
@ -399,7 +399,7 @@ The rules are:
|
||||||
little_u_value = "\" "u" hex_digit hex_digit hex_digit hex_digit .
|
little_u_value = "\" "u" hex_digit hex_digit hex_digit hex_digit .
|
||||||
big_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 .
|
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:
|
A UnicodeValue takes one of four forms:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue