diff options
Diffstat (limited to 'test/testdata/eval-okay-curpos.nix')
-rw-r--r-- | test/testdata/eval-okay-curpos.nix | 5 |
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 | ||
2 | let | ||
3 | x = __curPos; | ||
4 | y = __curPos; | ||
5 | in [ x.line x.column y.line y.column ] | ||