aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tokenizer/pendingSpecChanges.test
blob: 191434f1b13532b03c1bc8519d6c4a1247ac2582 (plain)
1
2
3
4
5
6
7
8
9
{"tests": [

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