mirror of https://github.com/tc39/test262.git
Merge pull request #2251 from leobalter/numeric-fix
Fix structure for numeric literal tests
This commit is contained in:
commit
7f1116982d
|
@ -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