mirror of
https://github.com/NixOS/nix
synced 2025-07-12 19:05:08 +02:00
Add sort primop
This commit is contained in:
parent
50807f3dd5
commit
76cc8e97a2
4 changed files with 68 additions and 1 deletions
1
tests/lang/eval-okay-sort.exp
Normal file
1
tests/lang/eval-okay-sort.exp
Normal file
|
@ -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"; } ] ]
|
Loading…
Add table
Add a link
Reference in a new issue