--- code/trunk/testdata/testoutput4 2007/02/24 21:40:30 73 +++ code/trunk/testdata/testoutput4 2007/08/15 14:35:57 216 @@ -1,5 +1,3 @@ -PCRE version 4.5 01-December-2003 - /-- Do not use the \x{} construct except with patterns that have the --/ /-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/ No match @@ -409,12 +407,6 @@ > >\x{100} Y 0: >\x{100} -/\W/8 - A.B - 0: . - A\x{100}B - 0: \x{100} - /\d/8 \x{100}3 0: 3 @@ -423,10 +415,6 @@ \x{100} X 0: -/\w/8 - \x{100}X - 0: X - /\D+/8 12abcd34 0: abcd @@ -831,7 +819,7 @@ 0: \x{100} *** Failers No match - \x{101} + \x{102} No match y No match @@ -906,4 +894,28 @@ 0: 1: +/^\x{85}$/8i + \x{85} + 0: \x{85} + +/^ሴ/8 + ሴ + 0: \x{1234} + +/^\ሴ/8 + ሴ + 0: \x{1234} + +"(?s)(.{1,5})"8 + abcdefg + 0: abcde + 1: abcde + ab + 0: ab + 1: ab + +/a*\x{100}*\w/8 + a + 0: a + / End of testinput4 /