Skip to content
Snippets Groups Projects
Commit bbf3301f authored by Rick Waldron's avatar Rick Waldron
Browse files

Fix: es6id -> esid sec-html-like-comments

parent 5cd8e7bd
No related branches found
No related tags found
No related merge requests found
......@@ -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 ::
......
......@@ -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.
......
......@@ -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 ::
......
......@@ -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 ::
......
......@@ -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: |
......
......@@ -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 ::
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment