This repository has been archived by the owner on May 19, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: major revision to valid and invalid numeric literal separator "s…
…ibling" characters (#745)
- Loading branch information
Showing
289 changed files
with
589 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-0/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1_ | ||
1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-1/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1_1_ | ||
1_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-10/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x1_1_ | ||
0x1_1_ |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-100/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-100/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:2)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-101/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-101/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-102/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1__) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-102/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-103/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1__1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-103/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:2)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-104/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1_.1_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-104/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-105/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1._1_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-105/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:5)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-106/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1.1_e1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-106/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-107/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1.1_E1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-107/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-108/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1.1e_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-108/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-109/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(1_1.1E_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-109/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-11/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xa_1_ | ||
0xa_1_ |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-110/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0x1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-110/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-111/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0xa_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-111/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-112/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0x_a_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-112/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-113/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0x__1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-113/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-114/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0x_1__1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-114/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-115/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0x_1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-115/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-116/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0o_1_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-116/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-117/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0o_11) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-117/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-118/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0o_01_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-118/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-119/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0b_0_1_1) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-119/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-12/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x_a_1 | ||
0x_a_1 |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-120/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0b_01_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-120/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-121/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0b01_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-121/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-122/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0o1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-122/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-123/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
(0o_1_1_) |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-123/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-124/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-124/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:2)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-125/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-125/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-126/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1__} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-126/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-127/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1__1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-127/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:2)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-128/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1_.1_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-128/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-129/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1._1_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-129/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:5)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-13/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x__1_1_ | ||
0x__1_1_ |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-130/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1.1_e1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-130/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-131/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1.1_E1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-131/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-132/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1.1e_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-132/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-133/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{1_1.1E_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-133/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-134/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0x1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-134/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-135/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0xa_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-135/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-136/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0x_a_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-136/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-137/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0x__1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-137/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-138/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0x_1__1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-138/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-139/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0x_1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-139/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-14/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x_1__1 | ||
0x_1__1 |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-140/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0o_1_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-140/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-141/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0o_11} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-141/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-142/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0o_01_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-142/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-143/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0b_0_1_1} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-143/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-144/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0b_01_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-144/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-145/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0b01_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-145/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:7)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-146/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0o1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-146/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:6)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-147/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{0o_1_1_} |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-147/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-15/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0x_1_1_ | ||
0x_1_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-16/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o_1_1 | ||
0o_1_1 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-17/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o_11 | ||
0o_11 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-18/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o_01_1_ | ||
0o_01_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-19/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0b_0_1_1 | ||
0b_0_1_1 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-2/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1_1__ | ||
1_1__ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-20/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0b_01_1_ | ||
0b_01_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-21/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0b01_1_ | ||
0b01_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-22/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o1_1_ | ||
0o1_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-23/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o_1_1_ | ||
0o_1_1_ |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-24/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
._1_1 | ||
._1_1 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-24/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "throws": "Unexpected token (1:0)" } | ||
{ "throws": "Unexpected token (1:0)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-25/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0o01_8 | ||
0o01_8 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-25/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "throws": "Unexpected token, expected ; (1:5)" } | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-26/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0b2_1 | ||
0b2_1 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-26/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "throws": "Expected number in radix 2 (1:2)" } | ||
{ "throws": "Expected number in radix 2 (1:2)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-27/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0xZ_1 | ||
0xZ_1 |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-27/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{ "throws": "Expected number in radix 16 (1:2)" } | ||
{ "throws": "Expected number in radix 16 (1:2)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-28/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-28/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:1)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-29/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_1_; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-29/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
2 changes: 1 addition & 1 deletion
2
test/fixtures/experimental/numeric-separator/invalid-3/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1__1 | ||
1__1 |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-30/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_1__; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-30/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-31/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1__1; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-31/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:1)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-32/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_1_.1_1; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-32/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:3)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-33/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_1._1_1; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-33/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:4)" } |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-34/actual.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1_1.1_e1; |
1 change: 1 addition & 0 deletions
1
test/fixtures/experimental/numeric-separator/invalid-34/options.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "throws": "Invalid or unexpected token (1:5)" } |
Oops, something went wrong.