File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ comment(// Character literals)
63
63
char('\\377')
64
64
char('\\x07')
65
65
char('\\xff')
66
- char(')error(\\)ident( u12e4)char( ')
67
- char(')error(\\)ident( U00101234)char( ')
66
+ char('\\ u12e4')
67
+ char('\\ U00101234')
68
68
69
69
comment(// String literals)
70
70
@@ -79,7 +79,7 @@ comment(// String literals)
79
79
string<delimiter(")char(\\xff)char(\\u00FF)delimiter(")>
80
80
string<delimiter(")char(\\uD800)delimiter(")> comment(// illegal: surrogate half)
81
81
string<delimiter(")char(\\U00110000)delimiter(")> comment(// illegal: invalid Unicode code point)
82
- string<delimiter(")> error(\\)ident (z)string< delimiter(")content( // illegal)>
82
+ string<delimiter(")error(\\)content (z)delimiter(")> comment( // illegal)
83
83
84
84
comment(// Predeclared identifiers)
85
85
You can’t perform that action at this time.
0 commit comments