Parent Directory
|
Revision Log
|
Patch
revision 162 by ph10, Thu May 3 10:47:48 2007 UTC | revision 207 by ph10, Mon Aug 6 09:32:14 2007 UTC | |
---|---|---|
# | 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 | /\X{1,3}\d/ | |
782 | \x8aBCD | |
783 | ||
784 | /\X?\d/ | |
785 | \x8aBCD | |
786 | ||
787 | /\P{L}?\d/ | |
788 | \x8aBCD | |
789 | ||
790 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |