--- code/trunk/testdata/testinput4 2007/02/24 21:40:10 66 +++ code/trunk/testdata/testinput4 2007/02/24 21:40:13 67 @@ -482,4 +482,17 @@ \x{101} y +/[\xFF]/ + >\xff< + +/[\xff]/8 + >\x{ff}< + +/[^\xFF]/ + XYZ + +/[^\xff]/8 + XYZ + \x{123} + / End of testinput4 /