From 1e61471d480575d069f96b858e4b46f43ba0530f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Sep 2015 16:20:41 +0200 Subject: For newline escaping, ignore whole thing instead of making it newline To capture literal newline, use quoting. --- tests/quote/test.out | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/quote/test.out') diff --git a/tests/quote/test.out b/tests/quote/test.out index f5d7a71..af5b724 100644 --- a/tests/quote/test.out +++ b/tests/quote/test.out @@ -18,3 +18,8 @@ foo bar foo bar fo o bar fo o bar +foobar +foo\ +bar +foo fox +bar -- cgit v1.1