Skip to content

Commit 262ab5b

Browse files
committed
Add another test case for better coverage
1 parent ce6881f commit 262ab5b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

bench/compatible.json

+7
Original file line numberDiff line numberDiff line change
@@ -3557,5 +3557,12 @@
35573557
},
35583558
{},
35593559
true
3560+
],
3561+
[
3562+
{
3563+
"!!": false
3564+
},
3565+
{},
3566+
false
35603567
]
35613568
]

bench/tests.json

+5
Original file line numberDiff line numberDiff line change
@@ -4038,5 +4038,10 @@
40384038
{},
40394039
true
40404040
],
4041+
[
4042+
{ "!!": false },
4043+
{},
4044+
false
4045+
],
40414046
"EOF"
40424047
]

0 commit comments

Comments
 (0)