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 2e8c1a2 commit 7264e12Copy full SHA for 7264e12
tokenizer/domjs.test
@@ -79,7 +79,7 @@
79
"description":"--!NUL in comment ",
80
"doubleEscaped":true,
81
"input":"<!----!\\u0000-->",
82
- "output":["ParseError", ["Comment", "--!\\uFFFD"]]
+ "output":["ParseError", "ParseError", ["Comment", "--!\\uFFFD"]]
83
},
84
{
85
"description":"space EOF after doctype ",
0 commit comments