summaryrefslogtreecommitdiff
path: root/RunGrepTest
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-30 17:13:00 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-30 17:13:00 +0000
commit342eb6b90c357efe78f7848ac6e7e48a868f8a64 (patch)
tree3bcdd85580b2c4c461b5cf8d2020dc235166d701 /RunGrepTest
parentc07cf4806c88b0e11d678fd35977f4b3663b2295 (diff)
downloadpcre-342eb6b90c357efe78f7848ac6e7e48a868f8a64.tar.gz
Changes to pcregrep concerned with very long lines.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@644 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunGrepTest')
-rwxr-xr-xRunGrepTest4
1 files changed, 4 insertions, 0 deletions
diff --git a/RunGrepTest b/RunGrepTest
index 7a1678c..06972db 100755
--- a/RunGrepTest
+++ b/RunGrepTest
@@ -388,6 +388,10 @@ echo "---------------------------- Test 82 -----------------------------" >>test
(cd $srcdir; $valgrind $pcregrep -o --colour=always "\\b01|\\b02" ./testdata/grepinput) >>testtry
echo "RC=$?" >>testtry
+echo "---------------------------- Test 83 -----------------------------" >>testtry
+(cd $srcdir; $valgrind $pcregrep --buffer-size=100 "^a" ./testdata/grepinput3) >>testtry 2>&1
+echo "RC=$?" >>testtry
+
# Now compare the results.
$cf $srcdir/testdata/grepoutput testtry