diff options
Diffstat (limited to 'tests/lang/parse-fail-eof-in-string.err.exp')
-rw-r--r-- | tests/lang/parse-fail-eof-in-string.err.exp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lang/parse-fail-eof-in-string.err.exp b/tests/lang/parse-fail-eof-in-string.err.exp new file mode 100644 index 000000000..f9fa72312 --- /dev/null +++ b/tests/lang/parse-fail-eof-in-string.err.exp @@ -0,0 +1,7 @@ +error: syntax error, unexpected end of file, expecting '"' + + at «stdin»:3:5: + + 2| # Note that this file must not end with a newline. + 3| a 1"$ + | ^ |