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 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/quote/buildfile') 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" -- cgit v1.1