--- embedaddon/pcre/testdata/testinput15 2012/10/09 09:19:18 1.1.1.3 +++ embedaddon/pcre/testdata/testinput15 2013/07/22 08:25:57 1.1.1.4 @@ -49,28 +49,69 @@ /ÃÃÃxxx/8?DZSS -/abc/8 - Ã] - Ã - ÃÃÃ - ÃÃÃ\? - \xe1\x88 - \P\xe1\x88 - \P\P\xe1\x88 - XX\xea - \O0XX\xea - \O1XX\xea - \O2XX\xea - XX\xf1 - XX\xf8 - XX\xfc - ZZ\xea\xaf\x20YY - ZZ\xfd\xbf\xbf\x2f\xbf\xbfYY - ZZ\xfd\xbf\xbf\xbf\x2f\xbfYY - ZZ\xfd\xbf\xbf\xbf\xbf\x2fYY - ZZ\xffYY - ZZ\xfeYY +/badutf/8 + \xdf + \xef + \xef\x80 + \xf7 + \xf7\x80 + \xf7\x80\x80 + \xfb + \xfb\x80 + \xfb\x80\x80 + \xfb\x80\x80\x80 + \xfd + \xfd\x80 + \xfd\x80\x80 + \xfd\x80\x80\x80 + \xfd\x80\x80\x80\x80 + \xdf\x7f + \xef\x7f\x80 + \xef\x80\x7f + \xf7\x7f\x80\x80 + \xf7\x80\x7f\x80 + \xf7\x80\x80\x7f + \xfb\x7f\x80\x80\x80 + \xfb\x80\x7f\x80\x80 + \xfb\x80\x80\x7f\x80 + \xfb\x80\x80\x80\x7f + \xfd\x7f\x80\x80\x80\x80 + \xfd\x80\x7f\x80\x80\x80 + \xfd\x80\x80\x7f\x80\x80 + \xfd\x80\x80\x80\x7f\x80 + \xfd\x80\x80\x80\x80\x7f + \xed\xa0\x80 + \xc0\x8f + \xe0\x80\x8f + \xf0\x80\x80\x8f + \xf8\x80\x80\x80\x8f + \xfc\x80\x80\x80\x80\x8f + \x80 + \xfe + \xff +/badutf/8 + \xfb\x80\x80\x80\x80 + \xfd\x80\x80\x80\x80\x80 + \xf7\xbf\xbf\xbf + +/shortutf/8 + \P\P\xdf + \P\P\xef + \P\P\xef\x80 + \P\P\xf7 + \P\P\xf7\x80 + \P\P\xf7\x80\x80 + \P\P\xfb + \P\P\xfb\x80 + \P\P\xfb\x80\x80 + \P\P\xfb\x80\x80\x80 + \P\P\xfd + \P\P\xfd\x80 + \P\P\xfd\x80\x80 + \P\P\xfd\x80\x80\x80 + \P\P\xfd\x80\x80\x80\x80 + /anything/8 \xc0\x80 \xc1\x8f @@ -200,7 +241,6 @@ correctly, but that messes up comparisons). --/ /-- This tests the stricter UTF-8 check according to RFC 3629. --/ /X/8 - \x{0}\x{d7ff}\x{e000}\x{10ffff} \x{d800} \x{d800}\? \x{da00} @@ -217,7 +257,7 @@ correctly, but that messes up comparisons). --/ /(*UTF8)\x{1234}/ abcd\x{1234}pqr -/(*CRLF)(*UTF8)(*BSR_UNICODE)a\Rb/I +/(*CRLF)(*UTF)(*BSR_UNICODE)a\Rb/I /\h/SI8 ABC\x{09} @@ -312,5 +352,13 @@ correctly, but that messes up comparisons). --/ /\x{a0}+\s!/8BZT1 \x{a0}\x20! + +/A/8 + \x{ff000041} + \x{7f000041} + +/(*UTF8)abc/9 + +/abc/89 /-- End of testinput15 --/