Diff for /embedaddon/pcre/testdata/testoutput12 between versions 1.1.1.3 and 1.1.1.5

version 1.1.1.3, 2012/10/09 09:19:18 version 1.1.1.5, 2014/06/15 19:46:05
Line 11  Subject length lower bound = 3 Line 11  Subject length lower bound = 3
 No set of starting bytes  No set of starting bytes
 JIT study was successful  JIT study was successful
   
/ab(*THEN)/S+I/(?(?C1)(?=a)a)/S+I
 Capturing subpattern count = 0  Capturing subpattern count = 0
   May match empty string
 No options  No options
First char = 'a'No first char
Need char = 'b'No need char
Subject length lower bound = 2Study returned NULL
 JIT study was not successful
 
 /(?(?C1)(?=a)a)/S!+I
 Capturing subpattern count = 0
 May match empty string
 No options
 No first char
 No need char
 Subject length lower bound = -1
 No set of starting bytes  No set of starting bytes
 JIT study was not successful  JIT study was not successful
   
Line 39  Study data loaded from testsavedregex Line 49  Study data loaded from testsavedregex
   
 /a*/SI  /a*/SI
 Capturing subpattern count = 0  Capturing subpattern count = 0
   May match empty string
 No options  No options
 No first char  No first char
 No need char  No need char
Line 147  Partial match: ab (JIT) Line 158  Partial match: ab (JIT)
 Partial match: ab (JIT)  Partial match: ab (JIT)
     xyz      xyz
 No match (JIT)  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++  /(*NO_START_OPT)a(*:m)b/KS++
     a      a
 No match, mark = m (JIT)  No match, mark = m (JIT)
   
   /^12345678abcd/mS++
       12345678abcd
    0: 12345678abcd (JIT)
   
 /-- End of testinput12 --/  /-- End of testinput12 --/

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>