8000 Semicolon-free named entities aren't always parse errors. · html5lib/html5lib-tests@1c42742 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c42742

Browse files
nolanwgsnedders
authored andcommitted
Semicolon-free named entities aren't always parse errors.
1 parent 1d78c66 commit 1c42742

File tree

3 files changed

+6
-1985
lines changed

3 files changed

+6
-1985
lines changed

tokenizer/entities.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
{"description": "Entity name followed by the equals sign in an attribute value.",
88
"input":"<h a='&lang='>",
9-
"output": ["ParseError", ["StartTag", "h", {"a": "&lang="}]]},
9+
"output": [["StartTag", "h", {"a": "&lang="}]]},
1010

1111
{"description": "CR as numeric entity",
1212
"input":"&#013;",

0 commit comments

Comments
 (0)
0