plexpy/lib/html5lib/tests/testdata/tokenizer/pendingSpecChanges.test
2021-10-14 23:18:51 -07:00

9 lines
162 B
Text

{"tests": [
{"description":"<!---- >",
"input":"<!---- >",
"output":[["Comment","-- >"]],
"errors":[
{ "code": "eof-in-comment", "line": 1, "col": 9 }
]}
]}