Parent Directory
|
Revision Log
|
Patch
revision 162 by ph10, Thu May 3 10:47:48 2007 UTC | revision 216 by ph10, Wed Aug 15 14:35:57 2007 UTC | |
---|---|---|
# | Line 61 | Line 61 |
61 | \x{09f} | \x{09f} |
62 | ||
63 | /^\p{Cs}/8 | /^\p{Cs}/8 |
64 | \x{dfff} | \?\x{dfff} |
65 | ** Failers | ** Failers |
66 | \x{09f} | \x{09f} |
67 | ||
# | Line 69 | Line 69 |
69 | a | a |
70 | ** Failers | ** Failers |
71 | Z | Z |
72 | \x{dfff} | \x{e000} |
73 | ||
74 | /^\p{Lm}/8 | /^\p{Lm}/8 |
75 | \x{2b0} | \x{2b0} |
# | 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 | /[\PPP\x8a]{1,}\x80/ | |
791 | A\x80 | |
792 | ||
793 | /(?:[\PPa*]*){8,}/ | |
794 | ||
795 | / End of testinput6 / | / End of testinput6 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |