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/escaping/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tests/escaping/test.sh (limited to 'tests/escaping/test.sh') diff --git a/tests/escaping/test.sh b/tests/escaping/test.sh new file mode 100755 index 0000000..b898b3c --- /dev/null +++ b/tests/escaping/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +valgrind -q b -q | diff -u test.out - -- cgit v1.1