summaryrefslogtreecommitdiff
path: root/test/parse/bad-string-eof.txt
blob: 458d9c3ebc9cc5ce323fbd036b952445049b5294 (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:1: error: unexpected token "EOF", expected a quoted string (e.g. "foo").
;;; STDERR ;;)