summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 13:46:30 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-11 13:46:30 +0000
commit612ff6d18b1d595e802b80e258507dc3b0344768 (patch)
treee7c84cd9b5df220a0ff70cbd11dd5c00cb9de722 /RunGrepTest
parentb440617f1445f726e9b6dd02ad42fbedc7965f56 (diff)
downloadpcre-612ff6d18b1d595e802b80e258507dc3b0344768.tar.gz
Fix line ending missing for pcregrep with --colour.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@239 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest3
1 files changed, 3 insertions, 0 deletions
diff --git a/RunGrepTest b/RunGrepTest
index e46a2f3..0c6eda8 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -205,6 +205,9 @@ echo "---------------------------- Test 49 ------------------------------" >>tes
echo "---------------------------- Test 50 ------------------------------" >>testtry
(cd $srcdir; $valgrind $pcregrep -Mv "brown\sfox" ./testdata/grepinputv) >>testtry
+echo "---------------------------- Test 51 ------------------------------" >>testtry
+(cd $srcdir; $valgrind $pcregrep --colour=always jumps ./testdata/grepinputv) >>testtry
+
# Now compare the results.
$cf $srcdir/testdata/grepoutput testtry