mirror of https://github.com/tc39/test262.git
Fix: es6id -> esid sec-additional-syntax-numeric-literals
This commit is contained in:
parent
bbf3301ff4
commit
3be781c92d
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: Mathematical value for LegacyOctalIntegerLiteral
|
||||
info: |
|
||||
NumericLiteral ::
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: Mathematical value for NonOctalDecimalIntegerLiteral
|
||||
info: |
|
||||
DecimalIntegerLiteral ::
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: LegacyOctalIntegerLiteral is not enabled in strict mode code
|
||||
info: |
|
||||
NumericLiteral ::
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
es6id: B1.1
|
||||
esid: sec-additional-syntax-numeric-literals
|
||||
description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code
|
||||
info: |
|
||||
DecimalIntegerLiteral ::
|
||||
|
|
Loading…
Reference in New Issue