diff --git a/doc/go_lang.txt b/doc/go_lang.txt index 31e4106905d..f71810002ae 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: