summaryrefslogtreecommitdiff
path: root/test/parse/bad-string-escape.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/bad-string-escape.txt')
-rw-r--r--test/parse/bad-string-escape.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/bad-string-escape.txt b/test/parse/bad-string-escape.txt
new file mode 100644
index 00000000..70d3647e
--- /dev/null
+++ b/test/parse/bad-string-escape.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (func) (export "foobar\r\n" 0))
+(;; STDERR ;;;
+parse/bad-string-escape.txt:2:31: bad escape "\r"
+;;; STDERR ;;)