;;; TOOL: wat2wasm ;;; ENV: FORCE_COLOR=1 ;;; ERROR: 1 (module (func badname (param i32) (result badtype) drop)) (;; STDERR ;;; out/test/parse/force-color.txt:5:9: error: unexpected token badname, expected ). (func badname (param i32) (result badtype) ^^^^^^^ out/test/parse/force-color.txt:5:37: error: unexpected token badtype. (func badname (param i32) (result badtype) ^^^^^^^ ;;; STDERR ;;)