diff --git a/tokenizer/escapeFlag.test b/tokenizer/escapeFlag.test index 3a3a39b6..d7d2c490 100644 --- a/tokenizer/escapeFlag.test +++ b/tokenizer/escapeFlag.test @@ -18,7 +18,7 @@ "input":"foobaz", "output":[["Character", "foo"], ["EndTag", "xmp"], ["Comment", ""], ["Character", "baz"], ["EndTag", "xmp"]], "errors":[ - { "code": "abrupt-closing-of-comment", "line": 1, "col": 19 } + { "code": "abrupt-closing-of-empty-comment", "line": 1, "col": 19 } ]}, {"description":"Commented entities in RCDATA", diff --git a/tokenizer/test1.test b/tokenizer/test1.test index 6097441b..cf22902b 100644 --- a/tokenizer/test1.test +++ b/tokenizer/test1.test @@ -117,7 +117,7 @@ "input":"", "output":[["Comment", ""]], "errors":[ - { "code": "abrupt-closing-of-comment", "line": 1, "col": 5 } + { "code": "abrupt-closing-of-empty-comment", "line": 1, "col": 5 } ]}, @@ -125,7 +125,7 @@ "input":"", "output":[["Comment", ""]], "errors":[ - { "code": "abrupt-closing-of-comment", "line": 1, "col": 6 } + { "code": "abrupt-closing-of-empty-comment", "line": 1, "col": 6 } ]}, {"description":"Short comment three", diff --git a/tree-construction/comments01.dat b/tree-construction/comments01.dat index 07addf78..15d52e6b 100644 --- a/tree-construction/comments01.dat +++ b/tree-construction/comments01.dat @@ -106,7 +106,7 @@ FOOBAZ (1,3): expected-doctype-but-got-chars (1,9): incorrect-comment #new-errors -(1:9) abrupt-closing-of-comment +(1:9) abrupt-closing-of-empty-comment #document | |
@@ -121,7 +121,7 @@ FOOBAZ (1,3): expected-doctype-but-got-chars (1,8): incorrect-comment #new-errors -(1:8) abrupt-closing-of-comment +(1:8) abrupt-closing-of-empty-comment #document | | diff --git a/tree-construction/foreign-fragment.dat b/tree-construction/foreign-fragment.dat index 2558e086..c81ae817 100644 --- a/tree-construction/foreign-fragment.dat +++ b/tree-construction/foreign-fragment.dat @@ -175,7 +175,7 @@ math ms 52: End of file seen and there were open elements. 51: Unclosed element “ms”. #new-errors -(1:44-1:49) non-void-element-start-tag-with-trailing-solidus +(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus #document-fragment math ms #document @@ -218,7 +218,7 @@ math ms 52: End of file seen and there were open elements. 51: Unclosed element “mn”. #new-errors -(1:44-1:49) non-void-element-start-tag-with-trailing-solidus +(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus #document-fragment math mn #document @@ -261,7 +261,7 @@ math mn 52: End of file seen and there were open elements. 51: Unclosed element “mo”. #new-errors -(1:44-1:49) non-void-element-start-tag-with-trailing-solidus +(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus #document-fragment math mo #document @@ -304,7 +304,7 @@ math mo 52: End of file seen and there were open elements. 51: Unclosed element “mi”. #new-errors -(1:44-1:49) non-void-element-start-tag-with-trailing-solidus +(1:44-1:49) non-void-html-element-start-tag-with-trailing-solidus #document-fragment math mi #document @@ -347,7 +347,7 @@ math mi 52: End of file seen and there were open elements. 51: Unclosed element “mtext”. #new-errors -(1:44-1:52) non-void-element-start-tag-with-trailing-solidus +(1:44-1:52) non-void-html-element-start-tag-with-trailing-solidus #document-fragment math mtext #document diff --git a/tree-construction/tests1.dat b/tree-construction/tests1.dat index 6cdad530..1c36c1b8 100644 --- a/tree-construction/tests1.dat +++ b/tree-construction/tests1.dat @@ -328,8 +328,8 @@ Line1