Remove duplicate esids

This commit is contained in:
André Bargull 2018-01-17 10:39:22 -08:00 committed by Rick Waldron
parent 79283bd80f
commit cbe12a53e1
13 changed files with 0 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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