8000 Correct number of parse errors. · html5lib/html5lib-tests@7264e12 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7264e12

Browse files
nolanwgsnedders
authored andcommitted
Correct number of parse errors.
There are two parse errors once we arrive at the "commend end state": one for the exclamation mark and one for the NUL.
1 parent 2e8c1a2 commit 7264e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokenizer/domjs.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"description":"--!NUL in comment ",
8080
"doubleEscaped":true,
8181
"input":"<!----!\\u0000-->",
82-
"output":["ParseError", ["Comment", "--!\\uFFFD"]]
82+
"output":["ParseError", "ParseError", ["Comment", "--!\\uFFFD"]]
8383
},
8484
{
8585
"description":"space EOF after doctype ",

0 commit comments

Comments
 (0)
0