We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a718d commit 1e6706aCopy full SHA for 1e6706a
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