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

version 1.1.1.1, 2013/07/22 08:25:57 version 1.1.1.2, 2014/06/15 19:46:05
Line 1 Line 1
 /-- Tests for the 32-bit library only */  /-- Tests for the 32-bit library only */
   
   < forbid 8w
   
 /-- Check maximum character size --/  /-- Check maximum character size --/
   
 /\x{110000}/  /\x{110000}/
Line 9 Line 11
 /\x{80000000}/  /\x{80000000}/
   
 /\x{ffffffff}/  /\x{ffffffff}/
   
   /\x{100000000}/
   
   /\o{17777777777}/
   
   /\o{20000000000}/
   
   /\o{37777777777}/
   
   /\o{40000000000}/
   
 /\x{7fffffff}\x{7fffffff}/I  /\x{7fffffff}\x{7fffffff}/I
   

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


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