From 0095a26167b24f75016fd2007a97d966cd7d618e Mon Sep 17 00:00:00 2001 From: ph10 Date: Thu, 17 Oct 2019 16:39:38 +0000 Subject: Source tidies (trailing spaces) etc. for 10.34-RC1. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1180 6239d852-aaf2-0410-a92c-79f79f948069 --- RunGrepTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RunGrepTest') diff --git a/RunGrepTest b/RunGrepTest index 5b27da6..1113cd4 100755 --- a/RunGrepTest +++ b/RunGrepTest @@ -683,7 +683,7 @@ if [ $utf8 -ne 0 ] ; then echo "---------------------------- Test U3 ------------------------------" >>testtrygrep (cd $srcdir; $valgrind $vjs $pcre2grep --line-offsets -u --newline=any '(?<=\K\x{17f})' ./testdata/grepinput8) >>testtrygrep echo "RC=$?" >>testtrygrep - + echo "---------------------------- Test U4 ------------------------------" >>testtrygrep printf 'A\341\200\200\200CD\342\200\200Z\n' >testtemp1grep (cd $srcdir; $valgrind $vjs $pcre2grep -u -o '....' $builddir/testtemp1grep) >>testtrygrep 2>&1 -- cgit v1.2.1