summaryrefslogtreecommitdiff
path: root/test/parse/bad-crlf.txt
blob: 15fe0249fcaf7a0ae7a6ab8424d239dc20f5b958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; TOOL: wat2wasm
;;; ERROR: 1
modulez
funcz
(;; STDERR ;;;
out/test/parse/bad-crlf.txt:3:1: error: unexpected token "modulez", expected a module field or a module.
modulez
^^^^^^^
out/test/parse/bad-crlf.txt:4:1: error: unexpected token funcz, expected EOF.
funcz
^^^^^
;;; STDERR ;;)