mirror of https://github.com/tc39/test262.git
Fix wording
This commit is contained in:
parent
c0d1182e18
commit
5116847aec
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
|
@ -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 ::
|
||||
_
|
||||
|
|
Loading…
Reference in New Issue