From a240ad0707f96e8b205678aaedd813f95122199c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 19 May 2017 16:55:43 +0200 Subject: tests: add check for 0fb64a4 --- tests | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests b/tests index ecb6107..2e92b79 100755 --- a/tests +++ b/tests @@ -1,5 +1,5 @@ #!/bin/sh -printf '1..42\n' +printf '1..43\n' set -e @@ -235,6 +235,12 @@ y y EOF +printf '# regressions\n' + +check_output '0fb64a4 quoting of empty strings' 'printf "foo\n\n" | ./xe -N2 -v true' <