Parent Directory
|
Revision Log
|
Patch
revision 464 by ph10, Sun Oct 18 19:50:34 2009 UTC | revision 473 by ph10, Sat Jan 2 12:40:07 2010 UTC | |
---|---|---|
# | Line 712 No match | Line 712 No match |
712 | 1: (ab(cd)ef) | 1: (ab(cd)ef) |
713 | 2: ef | 2: ef |
714 | ||
715 | /^(?!a(*SKIP)b)/ | |
716 | ac | |
717 | 0: | |
718 | ||
719 | /^(?=a(*SKIP)b|ac)/ | |
720 | ** Failers | |
721 | No match | |
722 | ac | |
723 | No match | |
724 | ||
725 | /^(?=a(*THEN)b|ac)/ | |
726 | ac | |
727 | 0: | |
728 | ||
729 | /^(?=a(*PRUNE)b)/ | |
730 | ab | |
731 | 0: | |
732 | ** Failers | |
733 | No match | |
734 | ac | |
735 | No match | |
736 | ||
737 | /^(?=a(*ACCEPT)b)/ | |
738 | ac | |
739 | 0: | |
740 | ||
741 | /^(?(?!a(*SKIP)b))/ | |
742 | ac | |
743 | 0: | |
744 | ||
745 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |