aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/parse-fail-eof-in-string.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/parse-fail-eof-in-string.err.exp')
-rw-r--r--test/testdata/parse-fail-eof-in-string.err.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/parse-fail-eof-in-string.err.exp b/test/testdata/parse-fail-eof-in-string.err.exp
new file mode 100644
index 0000000..17f34b6
--- /dev/null
+++ b/test/testdata/parse-fail-eof-in-string.err.exp
@@ -0,0 +1,5 @@
1error: syntax error, unexpected end of file, expecting '"'
2 at «stdin»:3:6:
3 2| # Note that this file must not end with a newline.
4 3| a 1"$
5 | ^