Parent Directory
|
Revision Log
|
Patch
| revision 602 by ph10, Mon May 9 08:54:11 2011 UTC | revision 603 by ph10, Fri May 27 10:14:09 2011 UTC | |
|---|---|---|
| # | Line 855 correctly, but that messes up comparison | Line 855 correctly, but that messes up comparison |
| 855 | /(\X*)(.)/s8 | /(\X*)(.)/s8 |
| 856 | A\x{300} | A\x{300} |
| 857 | ||
| 858 | /\x{1234}+/iS8I | |
| 859 | ||
| 860 | /\x{1234}+?/iS8I | |
| 861 | ||
| 862 | /\x{1234}++/iS8I | |
| 863 | ||
| 864 | /\x{1234}{2}/iS8I | |
| 865 | ||
| 866 | /[^\x{1234}]+/iS8I | |
| 867 | ||
| 868 | /[^\x{1234}]+?/iS8I | |
| 869 | ||
| 870 | /[^\x{1234}]++/iS8I | |
| 871 | ||
| 872 | /[^\x{1234}]{2}/iS8I | |
| 873 | ||
| 874 | /-- End of testinput5 --/ | /-- End of testinput5 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |