summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parse/bad-string-eof.txt2
-rw-r--r--test/parse/bad-string-hex-escape.txt4
-rw-r--r--test/parse/empty-file.txt2
-rw-r--r--test/parse/module/bad-module-no-close.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/test/parse/bad-string-eof.txt b/test/parse/bad-string-eof.txt
index 42ef3461..17726fad 100644
--- a/test/parse/bad-string-eof.txt
+++ b/test/parse/bad-string-eof.txt
@@ -5,5 +5,5 @@
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").
+out/test/parse/bad-string-eof.txt:4:0: error: unexpected token "EOF", expected a quoted string (e.g. "foo").
;;; STDERR ;;)
diff --git a/test/parse/bad-string-hex-escape.txt b/test/parse/bad-string-hex-escape.txt
index d6cfa7c4..0f1a7977 100644
--- a/test/parse/bad-string-hex-escape.txt
+++ b/test/parse/bad-string-hex-escape.txt
@@ -2,7 +2,7 @@
;;; ERROR: 1
(module (func) (export "foo\az" (func 0)))
(;; STDERR ;;;
-out/test/parse/bad-string-hex-escape.txt:3:28: error: bad escape "\a"
+out/test/parse/bad-string-hex-escape.txt:3:28: error: bad escape "\az"
(module (func) (export "foo\az" (func 0)))
- ^^
+ ^^^
;;; STDERR ;;)
diff --git a/test/parse/empty-file.txt b/test/parse/empty-file.txt
index 3ff78129..8fd4f01a 100644
--- a/test/parse/empty-file.txt
+++ b/test/parse/empty-file.txt
@@ -2,5 +2,5 @@
;;; ERROR: 1
;; empty file
(;; STDERR ;;;
-out/test/parse/empty-file.txt:4:2: error: unexpected token "EOF", expected a module field or a module.
+out/test/parse/empty-file.txt:4:1: error: unexpected token "EOF", expected a module field or a module.
;;; STDERR ;;)
diff --git a/test/parse/module/bad-module-no-close.txt b/test/parse/module/bad-module-no-close.txt
index 1606b852..b5ab4eb7 100644
--- a/test/parse/module/bad-module-no-close.txt
+++ b/test/parse/module/bad-module-no-close.txt
@@ -2,5 +2,5 @@
;;; ERROR: 1
(module
(;; STDERR ;;;
-out/test/parse/module/bad-module-no-close.txt:4:2: error: unexpected token "EOF", expected a module field.
+out/test/parse/module/bad-module-no-close.txt:4:1: error: unexpected token "EOF", expected a module field.
;;; STDERR ;;)