Skip to content

Commit 1e6706a

Browse files
committed
Match the spec
1 parent 00a718d commit 1e6706a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/entities.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{"description": "Undefined named entity in attribute value ending in semicolon and whose name starts with a known entity name.",
44
"input":"<h a='&noti;'>",
5-
"output": ["ParseError", ["StartTag", "h", {"a": "&noti;"}]]},
5+
"output": [["StartTag", "h", {"a": "&noti;"}]]},
66

77
{"description": "Entity name followed by the equals sign in an attribute value.",
88
"input":"<h a='&lang='>",

0 commit comments

Comments
 (0)