summaryrefslogtreecommitdiff
path: root/test/parse/bad-string-eof.txt
blob: 42ef3461bba023d6f55939f1faa3f287a6b43a77 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func) (export "
(;; STDERR ;;;
out/test/parse/bad-string-eof.txt:3:25: error: newline in string
(module (func) (export "
                        ^
out/test/parse/bad-string-eof.txt:4:2: error: unexpected token "EOF", expected a quoted string (e.g. "foo").
;;; STDERR ;;)