--- embedaddon/pcre/testdata/testinput18 2012/02/21 23:50:25 1.1.1.1 +++ embedaddon/pcre/testdata/testinput18 2012/10/09 09:19:18 1.1.1.2 @@ -194,7 +194,12 @@ correctly, but that messes up comparisons). --/ /\h*A/SI8 CDBABC + \x{2000}ABC +/\R*A/SI8 + CDBABC + \x{2028}A + /\v+A/SI8 /\s?xxx\s/8SI @@ -239,5 +244,41 @@ correctly, but that messes up comparisons). --/ \x{10000}ab\>5 /νΌ€/8 + +/\w+\x{C4}/8BZ + a\x{C4}\x{C4} + +/\w+\x{C4}/8BZT1 + a\x{C4}\x{C4} + +/\W+\x{C4}/8BZ + !\x{C4} + +/\W+\x{C4}/8BZT1 + !\x{C4} + +/\W+\x{A1}/8BZ + !\x{A1} + +/\W+\x{A1}/8BZT1 + !\x{A1} + +/X\s+\x{A0}/8BZ + X\x20\x{A0}\x{A0} + +/X\s+\x{A0}/8BZT1 + X\x20\x{A0}\x{A0} + +/\S+\x{A0}/8BZ + X\x{A0}\x{A0} + +/\S+\x{A0}/8BZT1 + X\x{A0}\x{A0} + +/\x{a0}+\s!/8BZ + \x{a0}\x20! + +/\x{a0}+\s!/8BZT1 + \x{a0}\x20! /-- End of testinput18 --/