--- embedaddon/pcre/testdata/testoutput12 2012/10/09 09:19:18 1.1.1.3 +++ embedaddon/pcre/testdata/testoutput12 2013/07/22 08:25:57 1.1.1.4 @@ -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 @@ -147,9 +155,22 @@ Partial match: ab (JIT) Partial match: ab (JIT) xyz No match (JIT) + +/abcd/S++2I +Capturing subpattern count = 0 +No options +First char = 'a' +Need char = 'd' +Subject length lower bound = 4 +No set of starting bytes +JIT study was successful /(*NO_START_OPT)a(*:m)b/KS++ a No match, mark = m (JIT) + +/^12345678abcd/mS++ + 12345678abcd + 0: 12345678abcd (JIT) /-- End of testinput12 --/