Skip to content

Commit b09a0c9

Browse files
nolanwgsnedders
authored andcommitted
A non-ASCII character reference name isn't a parse error.
1 parent 1c42742 commit b09a0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/test1.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147

148148
{"description":"Non-ASCII character reference name",
149149
"input":"&\u00AC;",
150-
"output":["ParseError", ["Character", "&\u00AC;"]]},
150+
"output":[["Character", "&\u00AC;"]]},
151151

152152
{"description":"ASCII decimal entity",
153153
"input":"$",

0 commit comments

Comments
 (0)