--- embedaddon/pcre/testdata/testinput17 2012/10/09 09:19:18 1.1.1.2 +++ embedaddon/pcre/testdata/testinput17 2013/07/22 08:25:57 1.1.1.3 @@ -1,20 +1,12 @@ -/-- This set of tests is for the 16-bit library's basic (non-UTF-16) features - that are not compatible with the 8-bit library, or which give different - output in 16-bit mode. --/ +/-- This set of tests is for the 16- and 32-bit library's basic (non-UTF-16 + or -32) features that are not compatible with the 8-bit library, or which + give different output in 16- or 32-bit mode. --/ /a\Cb/ aXb a\nb -/-- Check maximum non-UTF character size --/ - -/\x{ffff}/ - A\x{ffff}B - -/\x{10000}/ - /[^\x{c4}]/DZ - /\x{100}/I @@ -221,14 +213,8 @@ /[\v]/BZ -/[\H]/BZ - /[^\h]/BZ -/[\V]/BZ - -/[\x0a\V]/BZ - /\h+/SI \x{1681}\x{200b}\x{1680}\x{2000}\x{202f}\x{3000} \x{3001}\x{2fff}\x{200a}\xa0\x{2000} @@ -243,7 +229,7 @@ \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060} \xa0\x{3000}\x9f\xa1\x{2fff}\x{3001} -/[\H\x{d800}]+/BZSI +/[\H\x{d800}]+/ \x{1680}\x{180e}\x{167f}\x{1681}\x{180d}\x{180f} \x{2000}\x{200a}\x{1fff}\x{200b} \x{202f}\x{205f}\x{202e}\x{2030}\x{205e}\x{2060} @@ -261,7 +247,7 @@ \x{2028}\x{2029}\x{2027}\x{2030} \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86 -/[\V\x{d800}]+/BZSI +/[\V\x{d800}]+/ \x{2028}\x{2029}\x{2027}\x{2030} \x85\x0a\x0b\x0c\x0d\x09\x0e\x84\x86 @@ -291,5 +277,20 @@ /[\u0100-\u0200]/BZ /\ud800/BZ + +/^\x{ffff}+/i + \x{ffff} + +/^\x{ffff}?/i + \x{ffff} + +/^\x{ffff}*/i + \x{ffff} + +/^\x{ffff}{3}/i + \x{ffff}\x{ffff}\x{ffff} + +/^\x{ffff}{0,3}/i + \x{ffff} /-- End of testinput17 --/