aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-okay-remove.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-okay-remove.nix')
-rw-r--r--test/testdata/eval-okay-remove.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-remove.nix b/test/testdata/eval-okay-remove.nix
new file mode 100644
index 0000000..4ad5ba8
--- /dev/null
+++ b/test/testdata/eval-okay-remove.nix
@@ -0,0 +1,5 @@
1let {
2 attrs = {x = 123; y = 456;};
3
4 body = (removeAttrs attrs ["x"]).y;
5} \ No newline at end of file