diff options
Diffstat (limited to 'test/testdata/parse-fail-eof-in-string.nix')
-rw-r--r-- | test/testdata/parse-fail-eof-in-string.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testdata/parse-fail-eof-in-string.nix b/test/testdata/parse-fail-eof-in-string.nix new file mode 100644 index 0000000..19775d2 --- /dev/null +++ b/test/testdata/parse-fail-eof-in-string.nix | |||
@@ -0,0 +1,3 @@ | |||
1 | # https://github.com/NixOS/nix/issues/6562 | ||
2 | # Note that this file must not end with a newline. | ||
3 | a 1"$ \ No newline at end of file | ||