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

version 1.1.1.4, 2013/07/22 08:25:57 version 1.1.1.5, 2014/06/15 19:46:05
Line 13  JIT study was successful Line 13  JIT study was successful
   
 /(?(?C1)(?=a)a)/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
 No need char  No need char
 Study returned NULL  Study returned NULL
 JIT study was not successful  JIT study was not successful
   
 /(?(?C1)(?=a)a)/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
 No need char  No need char
 Subject length lower bound = -1  Subject length lower bound = -1
 No set of starting bytes  No set of starting bytes
Line 47  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

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


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