Skip to content

Commit

Permalink
Add another index test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Nov 20, 2013
1 parent ada7f9f commit 5f9daf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/compliance/indices.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
{
"expression": "reservations[].instances[].qux[].baz",
"result": [[], [1, 2, 3], [4], [], [], [1, 2, 3], [4], []]
},
{
"expression": "reservations[].instances[].qux[].baz[]",
"result": [1, 2, 3, 4, 1, 2, 3, 4]
}
]
},
Expand Down

0 comments on commit 5f9daf8

Please sign in to comment.