diff options
Diffstat (limited to 'tests/html5lib-tests/tokenizer/pendingSpecChanges.test')
-rw-r--r-- | tests/html5lib-tests/tokenizer/pendingSpecChanges.test | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/html5lib-tests/tokenizer/pendingSpecChanges.test b/tests/html5lib-tests/tokenizer/pendingSpecChanges.test deleted file mode 100644 index 191434f..0000000 --- a/tests/html5lib-tests/tokenizer/pendingSpecChanges.test +++ /dev/null @@ -1,9 +0,0 @@ -{"tests": [ - -{"description":"<!---- >", -"input":"<!---- >", -"output":[["Comment","-- >"]], -"errors":[ - { "code": "eof-in-comment", "line": 1, "col": 9 } -]} -]} |