Merge pull request #2251 from leobalter/numeric-fix

Fix structure for numeric literal tests
This commit is contained in:
Leo Balter 2019-07-22 13:56:52 -04:00 committed by GitHub
commit 7f1116982d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
68 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (00_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (00_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (01_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (01_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -5,7 +5,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (07_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (07_0)
)
info: |
NumericLiteralSeparator ::

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_0)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_0)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_1)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_1)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a LegacyOctalLikeDecimalIntegerLiteral (0_7)
NumericLiteralSeparator must not be in a LegacyOctalLikeDecimalIntegerLiteral (0_7)
)
info: |
NumericLiteralSeparator ::

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (08)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (08)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (09)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (09)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (0_8)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (0_8)
info: |
NumericLiteralSeparator ::
_

View File

@ -4,7 +4,7 @@
/*---
esid: prod-NumericLiteralSeparator
description: >
NumericLiteralSeparator may not be the appear in a NonOctalDecimalIntegerLiteral (0_9)
NumericLiteralSeparator must not be in a NonOctalDecimalIntegerLiteral (0_9)
info: |
NumericLiteralSeparator ::
_