Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2b299f

Browse files
nolanwgsnedders
authored andcommitted
Nameless entity isn't a parse error.
1 parent b09a0c9 commit c2b299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/test2.test

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

8383
{"description":"Entity without a name",
8484
"input":"&;",
85-
"output":["ParseError", ["Character", "&;"]]},
85+
"output":[["Character", "&;"]]},
8686

8787
{"description":"Unescaped ampersand in attribute value",
8888
"input":"<h a='&'>",

0 commit comments

Comments
 (0)