Parent Directory
|
Revision Log
|
Patch
revision 604 by ph10, Thu Jun 2 19:04:54 2011 UTC | revision 608 by ph10, Sun Jun 12 16:25:55 2011 UTC | |
---|---|---|
# | Line 3659 with \Y. ---/ | Line 3659 with \Y. ---/ |
3659 | ||
3660 | /(abc)\1+/S | /(abc)\1+/S |
3661 | ||
3662 | /-- Perl doesn't get these right IMO (the 3rd is PCRE-specific) --/ | |
3663 | ||
3664 | /(?1)(?:(b(*ACCEPT))){0}/ | |
3665 | b | |
3666 | ||
3667 | /(?1)(?:(b(*ACCEPT))){0}c/ | |
3668 | bc | |
3669 | ** Failers | |
3670 | b | |
3671 | ||
3672 | /(?1)(?:((*ACCEPT))){0}c/ | |
3673 | c | |
3674 | c\N | |
3675 | ||
3676 | /-- --/ | |
3677 | ||
3678 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |