We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09a0c9 commit c2b299fCopy full SHA for c2b299f
tokenizer/test2.test
@@ -82,7 +82,7 @@
82
83
{"description":"Entity without a name",
84
"input":"&;",
85
-"output":["ParseError", ["Character", "&;"]]},
+"output":[["Character", "&;"]]},
86
87
{"description":"Unescaped ampersand in attribute value",
88
"input":"<h a='&'>",
0 commit comments