Fix wording

This commit is contained in:
Leo Balter 2019-07-22 13:55:59 -04:00
parent c0d1182e18
commit 5116847aec
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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