Skip to content

Commit 9194be0

Browse files
committed
Add missing slice error test
1 parent cd9b190 commit 9194be0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/slice.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@
125125
{
126126
"expression": "foo[8:2&]",
127127
"error": "syntax"
128+
},
129+
{
130+
"expression": "foo[2:a:3]",
131+
"error": "syntax"
128132
}
129133
]
130134
}, {

0 commit comments

Comments
 (0)