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

version 1.1.1.2, 2012/10/09 09:19:18 version 1.1.1.3, 2013/07/22 08:25:57
Line 1 Line 1
/-- This set of tests is for the 16-bit library's basic (non-UTF-16) features /-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16 
    that are not compatible with the 8-bit library, or which give different     or -32) features that are not compatible with the 8-bit library, or which 
    output in 16-bit mode. --/    give different output in 16- or 32-bit mode. --/
   
 /a\Cb/  /a\Cb/
     aXb      aXb
     a\nb      a\nb
       
 /-- Check maximum non-UTF character size --/  
   
 /\x{ffff}/  
     A\x{ffff}B  
   
 /\x{10000}/   
   
 /[^\x{c4}]/DZ  /[^\x{c4}]/DZ
   
       
 /\x{100}/I  /\x{100}/I
   
Line 221 Line 213
   
 /[\v]/BZ  /[\v]/BZ
   
 /[\H]/BZ  
   
 /[^\h]/BZ  /[^\h]/BZ
   
 /[\V]/BZ  
   
 /[\x0a\V]/BZ  
   
 /\h+/SI  /\h+/SI
     \x{1681}\x{200b}\x{1680}\x{2000}\x{202f}\x{3000}      \x{1681}\x{200b}\x{1680}\x{2000}\x{202f}\x{3000}
     \x{3001}\x{2fff}\x{200a}\xa0\x{2000}      \x{3001}\x{2fff}\x{200a}\xa0\x{2000}
Line 243 Line 229
     \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060}      \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060}
     \xa0\x{3000}\x9f\xa1\x{2fff}\x{3001}      \xa0\x{3000}\x9f\xa1\x{2fff}\x{3001}
   
/[\H\x{d800}]+/BZSI/[\H\x{d800}]+/
     \x{1680}\x{180e}\x{167f}\x{1681}\x{180d}\x{180f}      \x{1680}\x{180e}\x{167f}\x{1681}\x{180d}\x{180f}
     \x{2000}\x{200a}\x{1fff}\x{200b}      \x{2000}\x{200a}\x{1fff}\x{200b}
     \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060}      \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060}
Line 261 Line 247
     \x{2028}\x{2029}\x{2027}\x{2030}      \x{2028}\x{2029}\x{2027}\x{2030}
     \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86      \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86
   
/[\V\x{d800}]+/BZSI/[\V\x{d800}]+/
     \x{2028}\x{2029}\x{2027}\x{2030}      \x{2028}\x{2029}\x{2027}\x{2030}
     \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86      \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86
   
Line 291 Line 277
 /[\u0100-\u0200]/<JS>BZ  /[\u0100-\u0200]/<JS>BZ
   
 /\ud800/<JS>BZ  /\ud800/<JS>BZ
   
   /^\x{ffff}+/i
       \x{ffff}
   
   /^\x{ffff}?/i
       \x{ffff}
   
   /^\x{ffff}*/i
       \x{ffff}
   
   /^\x{ffff}{3}/i
       \x{ffff}\x{ffff}\x{ffff}
   
   /^\x{ffff}{0,3}/i
       \x{ffff}
   
 /-- End of testinput17 --/  /-- End of testinput17 --/

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


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