--- code/trunk/testdata/testoutput4 2007/02/24 21:40:08 65 +++ code/trunk/testdata/testoutput4 2007/02/24 21:40:13 67 @@ -1,4 +1,4 @@ -PCRE version 4.1 12-Mar-2003 +PCRE version 4.2 14-Apr-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 --/ @@ -836,5 +836,23 @@ y No match +/[\xFF]/ + >\xff< + 0: \xff + +/[\xff]/8 + >\x{ff}< + 0: \x{ff} + +/[^\xFF]/ + XYZ + 0: X + +/[^\xff]/8 + XYZ + 0: X + \x{123} + 0: \x{123} + / End of testinput4 /