diff options
Diffstat (limited to 'test/parse/bad-string-eof.txt')
-rw-r--r-- | test/parse/bad-string-eof.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parse/bad-string-eof.txt b/test/parse/bad-string-eof.txt new file mode 100644 index 00000000..ad3ec5d7 --- /dev/null +++ b/test/parse/bad-string-eof.txt @@ -0,0 +1,6 @@ +;;; ERROR: 1 +(module (func) (export " +(;; STDERR ;;; +parse/bad-string-eof.txt:3:25: newline in string +parse/bad-string-eof.txt:3:25: syntax error, unexpected EOF, expecting TEXT +;;; STDERR ;;) |