Diff for /embedaddon/pcre/testdata/testinput5 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 checks the API, internals, and non-Perl stuff for UTF  /-- This set of tests checks the API, internals, and non-Perl stuff for UTF
     support, excluding Unicode properties. However, tests that give different      support, excluding Unicode properties. However, tests that give different
     results in 8-bit and 16-bit modes are excluded (see tests 16 and 17). --/      results in 8-bit and 16-bit modes are excluded (see tests 16 and 17). --/
       
   < forbid W 
   
 /\x{110000}/8DZ  /\x{110000}/8DZ
   
   /\o{4200000}/8DZ
   
 /\x{ffffffff}/8  /\x{ffffffff}/8
   
   /\o{37777777777}/8
   
 /\x{100000000}/8  /\x{100000000}/8
   
   /\o{77777777777}/8
   
 /\x{d800}/8  /\x{d800}/8
   
   /\o{154000}/8
   
 /\x{dfff}/8  /\x{dfff}/8
   
   /\o{157777}/8
   
 /\x{d7ff}/8  /\x{d7ff}/8
   
   /\o{153777}/8
   
 /\x{e000}/8  /\x{e000}/8
   
   /\o{170000}/8
   
 /^\x{100}a\x{1234}/8  /^\x{100}a\x{1234}/8
     \x{100}a\x{1234}bcd      \x{100}a\x{1234}bcd
   
Line 768 Line 784
 /[\u0100-\u0200]/<JS>8BZ  /[\u0100-\u0200]/<JS>8BZ
   
 /\ud800/<JS>8  /\ud800/<JS>8
   
   /^a+[a\x{200}]/8BZ
       aa
   
 /-- End of testinput5 --/  /-- End of testinput5 --/

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


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