From 0986cdb1a2b5aa6331a545d018863983d5951459 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 23 Nov 2016 17:17:57 +0000 Subject: Fix bad behaviour for subroutine call in lookbehind when the called subroutine contained an option setting such as (?s) and PCRE2_ANCHORED was set. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@606 6239d852-aaf2-0410-a92c-79f79f948069 --- RunTest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RunTest') diff --git a/RunTest b/RunTest index 38f0078..b53d404 100755 --- a/RunTest +++ b/RunTest @@ -502,7 +502,7 @@ for bmode in "$test8" "$test16" "$test32"; do for opt in "" $jitopt; do $sim $valgrind ${opt:+$vjs} ./pcre2test -q $test2stack $bmode $opt $testdata/testinput2 testtry if [ $? = 0 ] ; then - $sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -63,-62,-2,-1,0,100,188,189,190 >>testtry + $sim $valgrind ${opt:+$vjs} ./pcre2test -q $bmode $opt -error -63,-62,-2,-1,0,100,188,189,190,191 >>testtry checkresult $? 2 "$opt" else echo " " -- cgit v1.2.1