aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-okay-curpos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-okay-curpos.nix')
-rw-r--r--test/testdata/eval-okay-curpos.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-curpos.nix b/test/testdata/eval-okay-curpos.nix
new file mode 100644
index 0000000..b79553d
--- /dev/null
+++ b/test/testdata/eval-okay-curpos.nix
@@ -0,0 +1,5 @@
1# Bla
2let
3 x = __curPos;
4 y = __curPos;
5in [ x.line x.column y.line y.column ]