Parent Directory
|
Revision Log
|
Patch
| revision 354 by ph10, Mon Jul 7 16:30:33 2008 UTC | revision 384 by ph10, Sun Mar 8 16:27:43 2009 UTC | |
|---|---|---|
| # | Line 942 was broken in all cases./ | Line 942 was broken in all cases./ |
| 942 | \x{10a}\x{10b} | \x{10a}\x{10b} |
| 943 | \x{10b}\x{10b} | \x{10b}\x{10b} |
| 944 | \x{10b}\x{10a} | \x{10b}\x{10a} |
| 945 | ||
| 946 | /The next two tests are for property support in non-UTF-8 mode/ | |
| 947 | ||
| 948 | /(?:\p{Lu}|\x20)+/ | |
| 949 | \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59 | |
| 950 | ||
| 951 | /[\p{Lu}\x20]+/ | |
| 952 | \x41\x20\x50\xC2\x54\xC9\x20\x54\x4F\x44\x41\x59 | |
| 953 | ||
| 954 | / End of testinput6 / | / End of testinput6 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |