summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-15 07:07:38 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-15 07:07:38 +0000
commit76595aba91e446d77231851ca0ab58f1d24b43c5 (patch)
treec32f7f9c11974cc41fc11c96c0b150a33f8cd6f5
parentd84f8eb8d8cb3bc13ca9db10793b0698ca9c4660 (diff)
downloadpcre-76595aba91e446d77231851ca0ab58f1d24b43c5.tar.gz
Update test 12.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1281 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput128
-rw-r--r--testdata/testoutput1231
2 files changed, 14 insertions, 25 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index 92c9603..5d727af 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -4,7 +4,9 @@ and a couple of things that are different with JIT. --/
/abc/S+I
-/ab(*THEN)/S+I
+/(?(?C1)(?=a)a)/S+I
+
+/(?(?C1)(?=a)a)/S!+I
/abc/S+I>testsavedregex
@@ -82,10 +84,6 @@ and a couple of things that are different with JIT. --/
/(*NO_START_OPT)a(*:m)b/KS++
a
-/.?(*THEN)/S+I
-
-/.?(*THEN)/S!+I
-
/^12345678abcd/mS++
12345678abcd
diff --git a/testdata/testoutput12 b/testdata/testoutput12
index f3c0230..6c986d1 100644
--- a/testdata/testoutput12
+++ b/testdata/testoutput12
@@ -11,12 +11,20 @@ Subject length lower bound = 3
No set of starting bytes
JIT study was successful
-/ab(*THEN)/S+I
+/(?(?C1)(?=a)a)/S+I
Capturing subpattern count = 0
No options
First char = 'a'
-Need char = 'b'
-Subject length lower bound = 2
+No need char
+Study returned NULL
+JIT study was not successful
+
+/(?(?C1)(?=a)a)/S!+I
+Capturing subpattern count = 0
+No options
+First char = 'a'
+No need char
+Subject length lower bound = -1
No set of starting bytes
JIT study was not successful
@@ -161,23 +169,6 @@ JIT study was successful
a
No match, mark = m (JIT)
-/.?(*THEN)/S+I
-Capturing subpattern count = 0
-No options
-No first char
-No need char
-Study returned NULL
-JIT study was not successful
-
-/.?(*THEN)/S!+I
-Capturing subpattern count = 0
-No options
-No first char
-No need char
-Subject length lower bound = -1
-No set of starting bytes
-JIT study was not successful
-
/^12345678abcd/mS++
12345678abcd
0: 12345678abcd (JIT)