Diff for /embedaddon/pcre/testdata/testoutput20 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, 2013/07/22 08:25:57
Line 1 Line 1
/-- These tests are for the handling of characters greater than 255 in 16-bit,/-- These DFA tests are for the handling of characters greater than 255 in
    non-UTF-16 mode. --/    16- or 32-bit, non-UTF mode. --/
   
 /^\x{ffff}+/i  /^\x{ffff}+/i
     \x{ffff}      \x{ffff}
Line 8 Line 8
 /^\x{ffff}?/i  /^\x{ffff}?/i
     \x{ffff}      \x{ffff}
  0: \x{ffff}   0: \x{ffff}
    1: 
   
 /^\x{ffff}*/i  /^\x{ffff}*/i
     \x{ffff}      \x{ffff}
  0: \x{ffff}   0: \x{ffff}
    1: 
   
 /^\x{ffff}{3}/i  /^\x{ffff}{3}/i
     \x{ffff}\x{ffff}\x{ffff}      \x{ffff}\x{ffff}\x{ffff}
Line 20 Line 22
 /^\x{ffff}{0,3}/i  /^\x{ffff}{0,3}/i
     \x{ffff}      \x{ffff}
  0: \x{ffff}   0: \x{ffff}
    1: 
   
 /-- End of testinput20 --/  /-- End of testinput20 --/

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


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