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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-additional-syntax-numeric-literals
|
esid: sec-additional-syntax-numeric-literals
|
||||||
es6id: B1.1
|
esid: sec-additional-syntax-numeric-literals
|
||||||
description: Mathematical value for LegacyOctalIntegerLiteral
|
description: Mathematical value for LegacyOctalIntegerLiteral
|
||||||
info: |
|
info: |
|
||||||
NumericLiteral ::
|
NumericLiteral ::
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-additional-syntax-numeric-literals
|
esid: sec-additional-syntax-numeric-literals
|
||||||
es6id: B1.1
|
esid: sec-additional-syntax-numeric-literals
|
||||||
description: Mathematical value for NonOctalDecimalIntegerLiteral
|
description: Mathematical value for NonOctalDecimalIntegerLiteral
|
||||||
info: |
|
info: |
|
||||||
DecimalIntegerLiteral ::
|
DecimalIntegerLiteral ::
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-additional-syntax-numeric-literals
|
esid: sec-additional-syntax-numeric-literals
|
||||||
es6id: B1.1
|
esid: sec-additional-syntax-numeric-literals
|
||||||
description: LegacyOctalIntegerLiteral is not enabled in strict mode code
|
description: LegacyOctalIntegerLiteral is not enabled in strict mode code
|
||||||
info: |
|
info: |
|
||||||
NumericLiteral ::
|
NumericLiteral ::
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-additional-syntax-numeric-literals
|
esid: sec-additional-syntax-numeric-literals
|
||||||
es6id: B1.1
|
esid: sec-additional-syntax-numeric-literals
|
||||||
description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code
|
description: NonOctalDecimalIntegerLiteral is not enabled in strict mode code
|
||||||
info: |
|
info: |
|
||||||
DecimalIntegerLiteral ::
|
DecimalIntegerLiteral ::
|
||||||
|
|
Loading…
Reference in New Issue