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 b872d92 commit 8ffa3ecCopy full SHA for 8ffa3ec
tokenizer/entities.test
@@ -2,7 +2,7 @@
2
3
{"description": "Undefined named entity in attribute value ending in semicolon and whose name starts with a known entity name.",
4
"input":"<h a='¬i;'>",
5
-"output": ["ParseError", ["StartTag", "h", {"a": "¬i;"}]]},
+"output": [["StartTag", "h", {"a": "¬i;"}]]},
6
7
{"description": "Entity name followed by the equals sign in an attribute value.",
8
"input":"<h a='&lang='>",
0 commit comments