mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 21:14:45 +02:00
Fix: es6id -> esid sec-html-like-comments
This commit is contained in:
parent
5cd8e7bd53
commit
bbf3301ff4
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: Optional HTMLCloseComment following MultiLineComment
|
description: Optional HTMLCloseComment following MultiLineComment
|
||||||
info: |
|
info: |
|
||||||
Comment ::
|
Comment ::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: >
|
description: >
|
||||||
A SingleLineHTMLCloseComment is considered to be a LineTerminator for
|
A SingleLineHTMLCloseComment is considered to be a LineTerminator for
|
||||||
purposes of parsing by the syntactic grammar.
|
purposes of parsing by the syntactic grammar.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: SingleLineHTMLCloseComment
|
description: SingleLineHTMLCloseComment
|
||||||
info: |
|
info: |
|
||||||
Comment ::
|
Comment ::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: SingleLineHTMLOpenComment
|
description: SingleLineHTMLOpenComment
|
||||||
info: |
|
info: |
|
||||||
Comment ::
|
Comment ::
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: >
|
description: >
|
||||||
Arbitrary character sequence not permitted before HTMLCloseComment token
|
Arbitrary character sequence not permitted before HTMLCloseComment token
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
description: An HTMLCloseComment must be preceeded by a LineTerminator
|
description: An HTMLCloseComment must be preceeded by a LineTerminator
|
||||||
info: |
|
info: |
|
||||||
Comment ::
|
Comment ::
|
||||||
|
@ -5,7 +5,7 @@ description: >
|
|||||||
HTML-like comments are not available in module code
|
HTML-like comments are not available in module code
|
||||||
(MultiLineHTMLCloseComment)
|
(MultiLineHTMLCloseComment)
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -5,7 +5,7 @@ description: >
|
|||||||
HTML-like comments are not available in module code
|
HTML-like comments are not available in module code
|
||||||
(SingleLineHTMLCloseComment)
|
(SingleLineHTMLCloseComment)
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -5,7 +5,7 @@ description: >
|
|||||||
HTML-like comments are not available in module code
|
HTML-like comments are not available in module code
|
||||||
(SingleLineHTMLOpenComment)
|
(SingleLineHTMLOpenComment)
|
||||||
esid: sec-html-like-comments
|
esid: sec-html-like-comments
|
||||||
es6id: B1.3
|
esid: sec-html-like-comments
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user