diff options
Diffstat (limited to 'tests/quote/buildfile')
-rw-r--r-- | tests/quote/buildfile | 4 |
1 files changed, 4 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" |