Fix: es6id -> esid sec-additional-syntax-numeric-literals

This commit is contained in:
Rick Waldron 2018-01-10 16:01:45 -05:00
parent bbf3301ff4
commit 3be781c92d
4 changed files with 4 additions and 4 deletions

View File

@ -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 ::

View File

@ -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 ::

View File

@ -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 ::

View File

@ -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 ::