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