mirror of https://github.com/tc39/test262.git
Remove duplicate esids
This commit is contained in:
parent
79283bd80f
commit
cbe12a53e1
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
description: Optional HTMLCloseComment following MultiLineComment
|
||||
info: |
|
||||
Comment ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
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,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
description: SingleLineHTMLCloseComment
|
||||
info: |
|
||||
Comment ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
description: SingleLineHTMLOpenComment
|
||||
info: |
|
||||
Comment ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: Mathematical value for LegacyOctalIntegerLiteral
|
||||
info: |
|
||||
NumericLiteral ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: Mathematical value for NonOctalDecimalIntegerLiteral
|
||||
info: |
|
||||
DecimalIntegerLiteral ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
description: >
|
||||
Arbitrary character sequence not permitted before HTMLCloseComment token
|
||||
info: |
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
description: An HTMLCloseComment must be preceeded by a LineTerminator
|
||||
info: |
|
||||
Comment ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: LegacyOctalIntegerLiteral is not enabled in strict mode code
|
||||
info: |
|
||||
NumericLiteral ::
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code
|
||||
info: |
|
||||
DecimalIntegerLiteral ::
|
||||
|
|
|
@ -5,7 +5,6 @@ description: >
|
|||
HTML-like comments are not available in module code
|
||||
(MultiLineHTMLCloseComment)
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -5,7 +5,6 @@ description: >
|
|||
HTML-like comments are not available in module code
|
||||
(SingleLineHTMLCloseComment)
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -5,7 +5,6 @@ description: >
|
|||
HTML-like comments are not available in module code
|
||||
(SingleLineHTMLOpenComment)
|
||||
esid: sec-html-like-comments
|
||||
esid: sec-html-like-comments
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
Loading…
Reference in New Issue