1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 04:21:16 +02:00
nix/tests/lang/eval-okay-map.nix
Eelco Dolstra 463e2817c5 * Remove ancient Fix tests.
* Add automated Nix expression language tests.
2004-10-27 12:41:53 +00:00

1 line
No EOL
42 B
Nix

map (x: x + "bar") [ "foo" "bla" "xyzzy" ]