about summary refs log tree commit diff
path: root/third_party/nix/tests/lang/eval-okay-curpos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/lang/eval-okay-curpos.nix')
-rw-r--r--third_party/nix/tests/lang/eval-okay-curpos.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/nix/tests/lang/eval-okay-curpos.nix b/third_party/nix/tests/lang/eval-okay-curpos.nix
new file mode 100644
index 0000000000..b79553df0b
--- /dev/null
+++ b/third_party/nix/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 ]