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