Skip to content

Commit

Permalink
Add test for single element multiselect with flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Nov 19, 2013
1 parent f769e2a commit 08e437d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/compliance/multiselect.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@
"expression": "foo[].bar[].[baz, qux]",
"result": [[1, 2], [3, 4], [5, 6], [7, 8]]
},
{
"expression": "foo[].bar[].[baz]",
"result": [[1], [3], [5], [7]]
},
{
"expression": "foo[].bar[].[baz, qux][]",
"result": [1, 2, 3, 4, 5, 6, 7, 8]
Expand Down

0 comments on commit 08e437d

Please sign in to comment.