aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/quote/buildfile4
-rw-r--r--tests/quote/test.out1
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/quote/buildfile b/tests/quote/buildfile
index a2ebbe9..e8951b5 100644
--- a/tests/quote/buildfile
+++ b/tests/quote/buildfile
@@ -40,6 +40,10 @@ print \
bar"
print \
+'foo\
+bar'
+
+print \
"foo (fox \
)
bar"
diff --git a/tests/quote/test.out b/tests/quote/test.out
index af5b724..33450a5 100644
--- a/tests/quote/test.out
+++ b/tests/quote/test.out
@@ -19,6 +19,7 @@ foo bar
fo o bar
fo o bar
foobar
+foobar
foo\
bar
foo fox