Diff for /embedaddon/pcre/testdata/testoutput21-32 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/22 08:25:57 version 1.1.1.2, 2014/06/15 19:46:05
Line 8  No study data Line 8  No study data
 Error -28 from pcre32_fullinfo(0)  Error -28 from pcre32_fullinfo(0)
 Running in 32-bit mode but pattern was compiled in 8-bit mode  Running in 32-bit mode but pattern was compiled in 8-bit mode
   
%-- Generated from: ^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|[^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$%-- Generated from: 
     /^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|
       [^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
       /x
 
     In 16-bit mode with options:  S>testdata/saved16LE-1      In 16-bit mode with options:  S>testdata/saved16LE-1
                                  FS>testdata/saved16BE-1                                   FS>testdata/saved16BE-1
     In 32-bit mode with options:  S>testdata/saved32LE-1      In 32-bit mode with options:  S>testdata/saved32LE-1
Line 54  Capturing subpattern count = 2 Line 58  Capturing subpattern count = 2
 Named capturing subpatterns:  Named capturing subpatterns:
   name    1    name    1
   other   2    other   2
Options: anchoredOptions: anchored extended
 No first char  No first char
 No need char  No need char
 Subject length lower bound = 6  Subject length lower bound = 6
Line 87  Capturing subpattern count = 2 Line 91  Capturing subpattern count = 2
 Named capturing subpatterns:  Named capturing subpatterns:
   name    1    name    1
   other   2    other   2
Options: anchoredOptions: anchored extended
 No first char  No first char
 No need char  No need char
 Subject length lower bound = 6  Subject length lower bound = 6

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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