aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/imported.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/imported.nix')
-rw-r--r--test/testdata/imported.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testdata/imported.nix b/test/testdata/imported.nix
new file mode 100644
index 0000000..fb39ee4
--- /dev/null
+++ b/test/testdata/imported.nix
@@ -0,0 +1,3 @@
1# The function ‘range’ comes from lib.nix and was added to the lexical
2# scope by scopedImport.
3range 1 5 ++ import ./imported2.nix