summaryrefslogtreecommitdiff
path: root/test/parse/bad-single-semicolon.txt
blob: 3098c18cc8ccd73a34b796ce88c2bc6c9db7af08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
;;; TOOL: wat2wasm
;;; ERROR: 1
; foo bar
(module)
(;; STDERR ;;;
out/test/parse/bad-single-semicolon.txt:3:1: error: unexpected char
; foo bar
^
out/test/parse/bad-single-semicolon.txt:3:3: error: unexpected token "foo", expected a module field or a module.
; foo bar
  ^^^
out/test/parse/bad-single-semicolon.txt:3:7: error: unexpected token bar, expected EOF.
; foo bar
      ^^^
;;; STDERR ;;)