Add test for numeric literal followed by identifier

This commit is contained in:
Steve Fink 2018-05-08 17:03:49 -07:00
parent 524e8e43a5
commit fab08ab7a2
1 changed files with 18 additions and 0 deletions

View 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 []