diff options
Diffstat (limited to 'test/parse/bad-string-hex-escape.txt')
-rw-r--r-- | test/parse/bad-string-hex-escape.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/bad-string-hex-escape.txt b/test/parse/bad-string-hex-escape.txt new file mode 100644 index 00000000..dea7b401 --- /dev/null +++ b/test/parse/bad-string-hex-escape.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func) (export "foo\az" 0)) +(;; STDERR ;;; +parse/bad-string-hex-escape.txt:2:28: bad escape "\a" +;;; STDERR ;;) |