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

version 1.1.1.3, 2012/10/09 09:19:18 version 1.1.1.4, 2013/07/22 08:25:57
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
 No options  No options
 First char = 'a'  First char = 'a'
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
 No options
 First char = 'a'
 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 147  Partial match: ab (JIT) Line 155  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.4


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