--- embedaddon/pcre/testdata/testoutput25 2013/07/22 08:25:57 1.1.1.1 +++ embedaddon/pcre/testdata/testoutput25 2014/06/15 19:46:05 1.1.1.2 @@ -1,5 +1,7 @@ /-- Tests for the 32-bit library only */ +< forbid 8w + /-- Check maximum character size --/ /\x{110000}/ @@ -9,6 +11,18 @@ /\x{80000000}/ /\x{ffffffff}/ + +/\x{100000000}/ +Failed: character value in \x{} or \o{} is too large at offset 12 + +/\o{17777777777}/ + +/\o{20000000000}/ + +/\o{37777777777}/ + +/\o{40000000000}/ +Failed: character value in \x{} or \o{} is too large at offset 14 /\x{7fffffff}\x{7fffffff}/I Capturing subpattern count = 0