Parent Directory
|
Revision Log
|
Patch
revision 192 by ph10, Mon Jul 30 11:23:21 2007 UTC | revision 211 by ph10, Thu Aug 9 09:52:43 2007 UTC | |
---|---|---|
# | Line 99 No match | Line 99 No match |
99 | No match | No match |
100 | ||
101 | /^\p{Cs}/8 | /^\p{Cs}/8 |
102 | \x{dfff} | \?\x{dfff} |
103 | 0: \x{dfff} | 0: \x{dfff} |
104 | ** Failers | ** Failers |
105 | No match | No match |
# | Line 113 No match | Line 113 No match |
113 | No match | No match |
114 | Z | Z |
115 | No match | No match |
116 | \x{dfff} | \x{e000} |
117 | No match | No match |
118 | ||
119 | /^\p{Lm}/8 | /^\p{Lm}/8 |
# | Line 1452 was broken in all cases./ | Line 1452 was broken in all cases./ |
1452 | 123abc\xc4\xc5zz | 123abc\xc4\xc5zz |
1453 | 0: abc\xc4 | 0: abc\xc4 |
1454 | ||
1455 | /\X{1,3}\d/ | |
1456 | \x8aBCD | |
1457 | No match | |
1458 | ||
1459 | /\X?\d/ | |
1460 | \x8aBCD | |
1461 | No match | |
1462 | ||
1463 | /\P{L}?\d/ | |
1464 | \x8aBCD | |
1465 | No match | |
1466 | ||
1467 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |