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 71eebd5 commit a75ec44Copy full SHA for a75ec44
tokenizer/test3.test
@@ -591,6 +591,15 @@
591
{ "code": "incorrectly-opened-comment", "line": 1, "col": 3 }
592
]},
593
594
+{"description":"<!-\\u0000",
595
+"input":"<!-\u0000",
596
+"output":[["Comment", "-\uFFFD"]],
597
+"errors":[
598
+ { "code": "incorrectly-opened-comment", "line": 1, "col": 4 },
599
+ { "code": "unexpected-null-character", "line": 1, "col": 4 },
600
+ { "code": "eof-in-comment", "line": 1, "col": 5 }
601
+]},
602
+
603
{"description":"<!--",
604
"input":"<!--",
605
"output":[["Comment", ""]],
0 commit comments