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 1d78c66 commit 1c42742Copy full SHA for 1c42742
tokenizer/entities.test
@@ -6,7 +6,7 @@
6
7
{"description": "Entity name followed by the equals sign in an attribute value.",
8
"input":"<h a='&lang='>",
9
-"output": ["ParseError", ["StartTag", "h", {"a": "&lang="}]]},
+"output": [["StartTag", "h", {"a": "&lang="}]]},
10
11
{"description": "CR as numeric entity",
12
"input":"
",
0 commit comments