- added extra escaped chars

SVN=113258
This commit is contained in:
Robert Griesemer 2008-03-19 21:20:25 -07:00
parent d2490e7419
commit 6caad961fe

View 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: