Parent Directory
|
Revision Log
|
Patch
revision 161 by ph10, Thu May 3 10:28:07 2007 UTC | revision 184 by ph10, Tue Jun 19 13:26:46 2007 UTC | |
---|---|---|
# | Line 333 | Line 333 |
333 | ||
334 | /[abc\p{L}\x{0660}]/8DZ | /[abc\p{L}\x{0660}]/8DZ |
335 | ||
336 | /[\p{Nd}]/8DZM | /[\p{Nd}]/8DZ |
337 | 1234 | 1234 |
338 | ||
339 | /[\p{Nd}+-]+/8DZM | /[\p{Nd}+-]+/8DZ |
340 | 1234 | 1234 |
341 | 12-34 | 12-34 |
342 | 12+\x{661}-34 | 12+\x{661}-34 |
# | Line 771 was broken in all cases./ | Line 771 was broken in all cases./ |
771 | ||
772 | /^\x{023a}+([^X])/8i | /^\x{023a}+([^X])/8i |
773 | \x{023a}\x{2c65}X | \x{023a}\x{2c65}X |
774 | ||
775 | /Check property support in non-UTF-8 mode/ | |
776 | ||
777 | /\p{L}{4}/ | |
778 | 123abcdefg | |
779 | 123abc\xc4\xc5zz | |
780 | ||
781 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |