Parent Directory
|
Revision Log
|
Patch
| revision 192 by ph10, Mon Jul 30 11:23:21 2007 UTC | revision 207 by ph10, Mon Aug 6 09:32:14 2007 UTC | |
|---|---|---|
| # | 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 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |