Parent Directory
|
Revision Log
|
Patch
revision 381 by ph10, Tue Mar 3 16:08:23 2009 UTC | revision 472 by ph10, Fri Dec 11 16:42:50 2009 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | /-- This set of tests is for features that are compatible with all versions of | |
2 | Perl 5, in non-UTF-8 mode. --/ | |
3 | ||
4 | /the quick brown fox/ | /the quick brown fox/ |
5 | the quick brown fox | the quick brown fox |
6 | The quick brown FOX | The quick brown FOX |
# | Line 4061 | Line 4064 |
4064 | /(?(?=.*b).*b|^d)/ | /(?(?=.*b).*b|^d)/ |
4065 | abc | abc |
4066 | ||
4067 | / End of testinput1 / | /^%((?(?=[a])[^%])|b)*%$/ |
4068 | %ab% | |
4069 | ||
4070 | /(?i)a(?-i)b|c/ | |
4071 | XabX | |
4072 | XAbX | |
4073 | CcC | |
4074 | ** Failers | |
4075 | XABX | |
4076 | ||
4077 | /-- End of testinput1 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |