Diff for /embedaddon/pcre/testdata/testinput18 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.2, 2012/10/09 09:19:18
Line 194  correctly, but that messes up comparisons). --/ Line 194  correctly, but that messes up comparisons). --/
   
 /\h*A/SI8  /\h*A/SI8
     CDBABC      CDBABC
       \x{2000}ABC 
   
   /\R*A/SI8
       CDBABC
       \x{2028}A  
   
 /\v+A/SI8  /\v+A/SI8
   
 /\s?xxx\s/8SI  /\s?xxx\s/8SI
Line 239  correctly, but that messes up comparisons). --/ Line 244  correctly, but that messes up comparisons). --/
     \x{10000}ab\>5      \x{10000}ab\>5
   
 /νΌ€/8  /νΌ€/8
   
   /\w+\x{C4}/8BZ
       a\x{C4}\x{C4}
   
   /\w+\x{C4}/8BZT1
       a\x{C4}\x{C4}
       
   /\W+\x{C4}/8BZ
       !\x{C4}
    
   /\W+\x{C4}/8BZT1
       !\x{C4}
   
   /\W+\x{A1}/8BZ
       !\x{A1}
    
   /\W+\x{A1}/8BZT1
       !\x{A1}
   
   /X\s+\x{A0}/8BZ
       X\x20\x{A0}\x{A0}
   
   /X\s+\x{A0}/8BZT1
       X\x20\x{A0}\x{A0}
   
   /\S+\x{A0}/8BZ
       X\x{A0}\x{A0}
   
   /\S+\x{A0}/8BZT1
       X\x{A0}\x{A0}
   
   /\x{a0}+\s!/8BZ
       \x{a0}\x20!
   
   /\x{a0}+\s!/8BZT1
       \x{a0}\x20!
   
 /-- End of testinput18 --/  /-- End of testinput18 --/

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


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