Parent Directory
|
Revision Log
|
Patch
revision 395 by ph10, Fri Mar 20 11:22:42 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 4064 | Line 4067 |
4067 | /^%((?(?=[a])[^%])|b)*%$/ | /^%((?(?=[a])[^%])|b)*%$/ |
4068 | %ab% | %ab% |
4069 | ||
4070 | / End of testinput1 / | /(?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 |