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. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-html-like-comments esid: sec-html-like-comments
esid: sec-html-like-comments
description: Optional HTMLCloseComment following MultiLineComment description: Optional HTMLCloseComment following MultiLineComment
info: | info: |
Comment :: Comment ::

View File

@ -2,7 +2,6 @@
// 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
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.

View File

@ -2,7 +2,6 @@
// 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
esid: sec-html-like-comments
description: SingleLineHTMLCloseComment description: SingleLineHTMLCloseComment
info: | info: |
Comment :: Comment ::

View File

@ -2,7 +2,6 @@
// 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
esid: sec-html-like-comments
description: SingleLineHTMLOpenComment description: SingleLineHTMLOpenComment
info: | info: |
Comment :: Comment ::

View File

@ -2,7 +2,6 @@
// 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-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
esid: sec-additional-syntax-numeric-literals
description: Mathematical value for LegacyOctalIntegerLiteral description: Mathematical value for LegacyOctalIntegerLiteral
info: | info: |
NumericLiteral :: NumericLiteral ::

View File

@ -2,7 +2,6 @@
// 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-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
esid: sec-additional-syntax-numeric-literals
description: Mathematical value for NonOctalDecimalIntegerLiteral description: Mathematical value for NonOctalDecimalIntegerLiteral
info: | info: |
DecimalIntegerLiteral :: DecimalIntegerLiteral ::

View File

@ -2,7 +2,6 @@
// 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
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: |

View File

@ -2,7 +2,6 @@
// 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
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 ::

View File

@ -2,7 +2,6 @@
// 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-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
esid: sec-additional-syntax-numeric-literals
description: LegacyOctalIntegerLiteral is not enabled in strict mode code description: LegacyOctalIntegerLiteral is not enabled in strict mode code
info: | info: |
NumericLiteral :: NumericLiteral ::

View File

@ -2,7 +2,6 @@
// 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-additional-syntax-numeric-literals esid: sec-additional-syntax-numeric-literals
esid: sec-additional-syntax-numeric-literals
description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code
info: | info: |
DecimalIntegerLiteral :: DecimalIntegerLiteral ::

View File

@ -5,7 +5,6 @@ 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
esid: sec-html-like-comments
negative: negative:
phase: parse phase: parse
type: SyntaxError type: SyntaxError

View File

@ -5,7 +5,6 @@ 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
esid: sec-html-like-comments
negative: negative:
phase: parse phase: parse
type: SyntaxError type: SyntaxError

View File

@ -5,7 +5,6 @@ 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
esid: sec-html-like-comments
negative: negative:
phase: parse phase: parse
type: SyntaxError type: SyntaxError