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

version 1.1.1.3, 2013/07/22 08:25:57 version 1.1.1.4, 2014/06/15 19:46:05
Line 1 Line 1
 /-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16   /-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16 
     or -32) features that are not compatible with the 8-bit library, or which       or -32) features that are not compatible with the 8-bit library, or which 
     give different output in 16- or 32-bit mode. --/      give different output in 16- or 32-bit mode. --/
       
   < forbid 8W 
   
 /a\Cb/  /a\Cb/
     aXb      aXb
Line 292 Line 294
   
 /^\x{ffff}{0,3}/i  /^\x{ffff}{0,3}/i
     \x{ffff}      \x{ffff}
   
   /[^\x00-a]{12,}[^b-\xff]*/BZ
   
   /[^\s]*\s* [^\W]+\W+ [^\d]*?\d0 [^\d\w]{4,6}?\w*A/BZ
   
   /a*[b-\x{200}]?a#a*[b-\x{200}]?b#[a-f]*[g-\x{200}]*#[g-\x{200}]*[a-c]*#[g-\x{200}]*[a-h]*/BZ
   
   /^[\x{1234}\x{4321}]{2,4}?/
       \x{1234}\x{1234}\x{1234}
   
 /-- End of testinput17 --/  /-- End of testinput17 --/

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


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