diff options
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-sort.exp')
-rw-r--r-- | third_party/nix/tests/lang/eval-okay-sort.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-sort.exp b/third_party/nix/tests/lang/eval-okay-sort.exp new file mode 100644 index 000000000000..148b93516394 --- /dev/null +++ b/third_party/nix/tests/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"; } ] ] |