diff --git a/test/annexB/language/comments/multi-line-html-close.js b/test/annexB/language/comments/multi-line-html-close.js index 5ddd86c57e..fc98a58d0f 100644 --- a/test/annexB/language/comments/multi-line-html-close.js +++ b/test/annexB/language/comments/multi-line-html-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: Optional HTMLCloseComment following MultiLineComment info: | Comment :: diff --git a/test/annexB/language/comments/single-line-html-close-asi.js b/test/annexB/language/comments/single-line-html-close-asi.js index 86380d824c..fe8b2a5b8a 100644 --- a/test/annexB/language/comments/single-line-html-close-asi.js +++ b/test/annexB/language/comments/single-line-html-close-asi.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: > A SingleLineHTMLCloseComment is considered to be a LineTerminator for purposes of parsing by the syntactic grammar. diff --git a/test/annexB/language/comments/single-line-html-close.js b/test/annexB/language/comments/single-line-html-close.js index 8ffc317007..9dab8f152c 100644 --- a/test/annexB/language/comments/single-line-html-close.js +++ b/test/annexB/language/comments/single-line-html-close.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: SingleLineHTMLCloseComment info: | Comment :: diff --git a/test/annexB/language/comments/single-line-html-open.js b/test/annexB/language/comments/single-line-html-open.js index 39bab3b4f7..c9db1dfd07 100644 --- a/test/annexB/language/comments/single-line-html-open.js +++ b/test/annexB/language/comments/single-line-html-open.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: SingleLineHTMLOpenComment info: | Comment :: diff --git a/test/language/comments/multi-line-html-close-extra.js b/test/language/comments/multi-line-html-close-extra.js index 96dc4e366f..b11a4ebaf9 100644 --- a/test/language/comments/multi-line-html-close-extra.js +++ b/test/language/comments/multi-line-html-close-extra.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: > Arbitrary character sequence not permitted before HTMLCloseComment token info: | diff --git a/test/language/comments/single-line-html-close-without-lt.js b/test/language/comments/single-line-html-close-without-lt.js index 754bbd68b1..9a83c8e218 100644 --- a/test/language/comments/single-line-html-close-without-lt.js +++ b/test/language/comments/single-line-html-close-without-lt.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments description: An HTMLCloseComment must be preceeded by a LineTerminator info: | Comment :: diff --git a/test/language/module-code/comment-multi-line-html-close.js b/test/language/module-code/comment-multi-line-html-close.js index 5d045ed302..596233f62b 100644 --- a/test/language/module-code/comment-multi-line-html-close.js +++ b/test/language/module-code/comment-multi-line-html-close.js @@ -5,7 +5,7 @@ description: > HTML-like comments are not available in module code (MultiLineHTMLCloseComment) esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments negative: phase: parse type: SyntaxError diff --git a/test/language/module-code/comment-single-line-html-close.js b/test/language/module-code/comment-single-line-html-close.js index 87189eac66..1e939a1531 100644 --- a/test/language/module-code/comment-single-line-html-close.js +++ b/test/language/module-code/comment-single-line-html-close.js @@ -5,7 +5,7 @@ description: > HTML-like comments are not available in module code (SingleLineHTMLCloseComment) esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments negative: phase: parse type: SyntaxError diff --git a/test/language/module-code/comment-single-line-html-open.js b/test/language/module-code/comment-single-line-html-open.js index 6298ce3ea7..39deffeed3 100644 --- a/test/language/module-code/comment-single-line-html-open.js +++ b/test/language/module-code/comment-single-line-html-open.js @@ -5,7 +5,7 @@ description: > HTML-like comments are not available in module code (SingleLineHTMLOpenComment) esid: sec-html-like-comments -es6id: B1.3 +esid: sec-html-like-comments negative: phase: parse type: SyntaxError