Diff for /embedaddon/pcre/testdata/testoutput9 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:18
Line 1323  Error -16 (item unsupported for DFA matching) Line 1323  Error -16 (item unsupported for DFA matching)
 /(?<=ab\Cde)X/8  /(?<=ab\Cde)X/8
 Failed: \C not allowed in lookbehind assertion at offset 10  Failed: \C not allowed in lookbehind assertion at offset 10
   
   /./8<CRLF>
       \r\P
    0: \x{0d}
       \r\P\P 
   Partial match: \x{0d}
     
   /.{2,3}/8<CRLF>
       \r\P 
   Partial match: \x{0d}
       \r\P\P
   Partial match: \x{0d}
       \r\r\P
    0: \x{0d}\x{0d}
       \r\r\P\P
   Partial match: \x{0d}\x{0d}
       \r\r\r\P
    0: \x{0d}\x{0d}\x{0d}
    1: \x{0d}\x{0d}
       \r\r\r\P\P     
   Partial match: \x{0d}\x{0d}\x{0d}
   
   /.{2,3}?/8<CRLF>
       \r\P 
   Partial match: \x{0d}
       \r\P\P
   Partial match: \x{0d}
       \r\r\P
    0: \x{0d}\x{0d}
       \r\r\P\P
   Partial match: \x{0d}\x{0d}
       \r\r\r\P
    0: \x{0d}\x{0d}\x{0d}
    1: \x{0d}\x{0d}
       \r\r\r\P\P     
   Partial match: \x{0d}\x{0d}\x{0d}
   
   /[^\x{100}]/8
       \x{100}\x{101}X
    0: \x{101}
   
   /[^\x{100}]+/8
       \x{100}\x{101}X
    0: \x{101}X
    1: \x{101}
   
 /-- End of testinput9 --/   /-- End of testinput9 --/ 

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


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