diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A01grammar.ztst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index 9d9f49860..3d0337a1c 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -514,4 +514,11 @@ >value >not#comment - + . ./nonexistent +129: Attempt to "." non-existent file. +?(eval):.:1: no such file or directory: ./nonexistent + + echo '[[' >bad_syntax + . ./bad_syntax +128: Attempt to "." file with bad syntax. +?./bad_syntax:2: parse error near `\n' |