mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Merge pull request #1551 from hotsphink/numident
Add test for numeric literal followed by identifier
This commit is contained in:
commit
1631fb76d1
18
test/language/literals/numeric/numeric-followed-by-ident.js
Normal file
18
test/language/literals/numeric/numeric-followed-by-ident.js
Normal file
@ -0,0 +1,18 @@
|
||||
// Copyright (C) 2018 Mozilla. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-literals-numeric-literals
|
||||
description: >
|
||||
NumericLiteral followed by IdentifierStart
|
||||
info: |
|
||||
The source character immediately following a NumericLiteral must not be an IdentifierStart or DecimalDigit.
|
||||
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
---*/
|
||||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
3in []
|
Loading…
x
Reference in New Issue
Block a user