From eb8b0f33b5e3b8a03d9c1b5230028ba9b9e8c391 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Mar 2016 09:52:32 +0200 Subject: Adjust tests/quote now that we support escaping in double-quoted strings --- tests/quote/buildfile | 4 ++++ tests/quote/test.out | 1 + 2 files changed, 5 insertions(+) (limited to 'tests') 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 -- cgit v1.1