--- code/trunk/testdata/testinput6 2007/06/19 13:26:46 184 +++ code/trunk/testdata/testinput6 2007/08/06 09:32:14 207 @@ -778,4 +778,13 @@ 123abcdefg 123abc\xc4\xc5zz +/\X{1,3}\d/ + \x8aBCD + +/\X?\d/ + \x8aBCD + +/\P{L}?\d/ + \x8aBCD + / End of testinput6 /