Skip to content

Commit 366bd4c

Browse files
author
Jonathan Stewmon
committed
sort items result to make result predictable
1 parent 6c033a5 commit 366bd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compliance/functions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@
173173
"error": "invalid-type"
174174
},
175175
{
176-
"expression": "items(objects)",
177-
"result": [["foo", "bar"], ["bar", "baz"]]
176+
"expression": "sort_by(items(objects), &[0])",
177+
"result": [["bar", "baz"], ["foo", "bar"]]
178178
},
179179
{
180180
"expression": "items(empty_hash)",

0 commit comments

Comments
 (0)