Parent Directory
|
Revision Log
|
Patch
| revision 551 by ph10, Sun Oct 10 17:33:07 2010 UTC | revision 559 by ph10, Wed Oct 27 09:45:20 2010 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | /-- These tests are for the Perl 5.10 features that PCRE supports. --/ | /-- These tests are for the Perl >= 5.10 features that PCRE supports. --/ |
| 2 | ||
| 3 | /\H\h\V\v/ | /\H\h\V\v/ |
| 4 | X X\x0a | X X\x0a |
| # | Line 494 however, we need the complication for Pe | Line 494 however, we need the complication for Pe |
| 494 | /^((yes|no)(*THEN)(*F))?/ | /^((yes|no)(*THEN)(*F))?/ |
| 495 | yes | yes |
| 496 | ||
| 497 | /b?(*SKIP)c/ | |
| 498 | bc | |
| 499 | abc | |
| 500 | ||
| 501 | /(*SKIP)bc/ | |
| 502 | a | |
| 503 | ||
| 504 | /(*SKIP)b/ | |
| 505 | a | |
| 506 | ||
| 507 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |