Parent Directory
|
Revision Log
|
Patch
| revision 510 by ph10, Sat Mar 27 17:45:29 2010 UTC | revision 511 by ph10, Mon Mar 29 09:25:38 2010 UTC | |
|---|---|---|
| # | Line 3438 with \Y. ---/ | Line 3438 with \Y. ---/ |
| 3438 | ||
| 3439 | /^(ab (c+(*FAIL)cd) | xyz)/x | /^(ab (c+(*FAIL)cd) | xyz)/x |
| 3440 | abcccd | abcccd |
| 3441 | ||
| 3442 | /--- Perl 5.11 gets some of these wrong ---/ | |
| 3443 | ||
| 3444 | /(?>.(*ACCEPT))*?5/ | |
| 3445 | abcde | |
| 3446 | ||
| 3447 | /(.(*ACCEPT))*?5/ | |
| 3448 | abcde | |
| 3449 | ||
| 3450 | /(.(*ACCEPT))5/ | |
| 3451 | abcde | |
| 3452 | ||
| 3453 | /(.(*ACCEPT))*5/ | |
| 3454 | abcde | |
| 3455 | ||
| 3456 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |