aboutsummaryrefslogtreecommitdiff
path: root/tests/quote/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quote/buildfile')
-rw-r--r--tests/quote/buildfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/quote/buildfile b/tests/quote/buildfile
index 931bc36..6dd22b4 100644
--- a/tests/quote/buildfile
+++ b/tests/quote/buildfile
@@ -15,4 +15,8 @@ print "[ $bar ]"
print "[ $foo $bar ]"
print "[ $foo/$bar ]"
+print $foo'bar'
+print $foo"$bar"
+print "$foo"bar
+
./: