Diff for /embedaddon/pcre/testdata/testinput10 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 985 Line 985
     abc_      abc_
     !\x{c0}++\x{c1}\x{c2}       !\x{c0}++\x{c1}\x{c2} 
     !\x{c0}+++++       !\x{c0}+++++ 
       
   /-- Caseless single negated characters > 127 need UCP support --/
   
   /[^\x{100}]/8i
       \x{100}\x{101}X
   
   /[^\x{100}]+/8i
       \x{100}\x{101}XX
   
   /^\X/8
       A\P
       A\P\P 
       A\x{300}\x{301}\P
       A\x{300}\x{301}\P\P  
       A\x{301}\P
       A\x{301}\P\P  
       
   /^\X{2,3}/8
       A\P
       A\P\P 
       AA\P
       AA\P\P  
       A\x{300}\x{301}\P
       A\x{300}\x{301}\P\P  
       A\x{300}\x{301}A\x{300}\x{301}\P
       A\x{300}\x{301}A\x{300}\x{301}\P\P  
   
   /^\X{2}/8
       AA\P
       AA\P\P  
       A\x{300}\x{301}A\x{300}\x{301}\P
       A\x{300}\x{301}A\x{300}\x{301}\P\P  
       
   /^\X+/8
       AA\P
       AA\P\P  
   
   /^\X+?Z/8
       AA\P
       AA\P\P 
   
 /-- End of testinput10 --/   /-- End of testinput10 --/ 

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


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