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

This commit is contained in:
Rick Waldron 2018-01-10 15:59:54 -05:00
parent 5cd8e7bd53
commit bbf3301ff4
9 changed files with 9 additions and 9 deletions

View File

@ -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 ::

View File

@ -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.

View File

@ -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 ::

View File

@ -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 ::

View File

@ -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: |

View File

@ -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 ::

View File

@ -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

View File

@ -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

View File

@ -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