diff options
Diffstat (limited to 'tests/functional/lang/eval-okay-sort.exp')
-rw-r--r-- | tests/functional/lang/eval-okay-sort.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-okay-sort.exp b/tests/functional/lang/eval-okay-sort.exp new file mode 100644 index 000000000..899119e20 --- /dev/null +++ b/tests/functional/lang/eval-okay-sort.exp @@ -0,0 +1 @@ +[ [ 42 77 147 249 483 526 ] [ 526 483 249 147 77 42 ] [ "bar" "fnord" "foo" "xyzzy" ] [ { key = 1; value = "foo"; } { key = 1; value = "fnord"; } { key = 2; value = "bar"; } ] [ [ ] [ ] [ 1 ] [ 1 4 ] [ 1 5 ] [ 1 6 ] [ 2 ] [ 2 3 ] [ 3 ] [ 3 ] ] ] |