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