Skip to content

Commit

Permalink
sort items result to make result predictable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Stewmon committed Mar 21, 2016
1 parent 6c033a5 commit 366bd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compliance/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@
"error": "invalid-type"
},
{
"expression": "items(objects)",
"result": [["foo", "bar"], ["bar", "baz"]]
"expression": "sort_by(items(objects), &[0])",
"result": [["bar", "baz"], ["foo", "bar"]]
},
{
"expression": "items(empty_hash)",
Expand Down

0 comments on commit 366bd4c

Please sign in to comment.