diff options
author | Rebecca Turner <rbt@sent.as> | 2024-04-04 15:42:47 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-04-04 15:49:30 -0700 |
commit | 0fec7d2db6d7f05ab228f12a6b57b2cd4a64276b (patch) | |
tree | 3f31f4d0b8c56689981ffcd526b67a8be19fada0 /tests/functional/lang/parse-fail-eol-3.nix | |
parent | 9166babbaf5882ad2cfe1c7c9b30de1c153d70a8 (diff) |
Rename some parse failure tests to `parse-fail-*`
These were mistakenly labeled `eval-fail-*`.
Note that the `lang.sh` runner passes `parse-fail-*` tests on stdin, so
filenames are removed from error messages.
Change-Id: I7f3a0d78b6cfa87af29aaa1b7af19d5a57fd4ade
Diffstat (limited to 'tests/functional/lang/parse-fail-eol-3.nix')
-rw-r--r-- | tests/functional/lang/parse-fail-eol-3.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/lang/parse-fail-eol-3.nix b/tests/functional/lang/parse-fail-eol-3.nix new file mode 100644 index 000000000..33422452d --- /dev/null +++ b/tests/functional/lang/parse-fail-eol-3.nix @@ -0,0 +1,3 @@ +# foo
+invalid +# bar |