aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-19 09:52:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:34 +0200
commiteb8b0f33b5e3b8a03d9c1b5230028ba9b9e8c391 (patch)
treed43f04e1cac1cf5af5c369900b9f319defd61f9b /tests
parentbfbf2c9d3b2c79e0effa294c69d98b13154c0178 (diff)
Adjust tests/quote now that we support escaping in double-quoted strings
Diffstat (limited to 'tests')
-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