mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Update html5lib-1.1
This commit is contained in:
parent
3a116486e7
commit
586fd15464
142 changed files with 90234 additions and 2393 deletions
9
lib/html5lib/tests/testdata/tokenizer/pendingSpecChanges.test
vendored
Normal file
9
lib/html5lib/tests/testdata/tokenizer/pendingSpecChanges.test
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{"tests": [
|
||||
|
||||
{"description":"<!---- >",
|
||||
"input":"<!---- >",
|
||||
"output":[["Comment","-- >"]],
|
||||
"errors":[
|
||||
{ "code": "eof-in-comment", "line": 1, "col": 9 }
|
||||
]}
|
||||
]}
|
Loading…
Add table
Add a link
Reference in a new issue