aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tokenizer/pendingSpecChanges.test
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:17:39 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:17:39 +0100
commite1cdb4a6ac40aa562605990d58425978a5dc295b (patch)
tree48ee360700f05443364b95bbaedcfdb809ada6ea /tests/html5lib-tests/tokenizer/pendingSpecChanges.test
parentbb1e11cc9421c3096d82c4fceb74bb8f0aa82201 (diff)
remove html5lib-tests
Diffstat (limited to 'tests/html5lib-tests/tokenizer/pendingSpecChanges.test')
-rw-r--r--tests/html5lib-tests/tokenizer/pendingSpecChanges.test9
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 }
-]}
-]}