Skip to content

Commit 2b22100

Browse files
committed
Commit one more test (I guess this guy didn't get added earlier)
1 parent cf0ec8a commit 2b22100

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

suites/val.json

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
},
2727
{
2828
"description": "Fetches a value from an array",
29+
"rule": { "val": [1] },
30+
"data": [1, 2],
31+
"result": 2
32+
},
33+
{
34+
"description": "Fetches a value from an array in an object",
2935
"rule": { "val": ["arr", 1] },
3036
"data": { "arr": [1, 2] },
3137
"result": 2

0 commit comments

Comments
 (0)