Parent Directory
|
Revision Log
|
Patch
| revision 456 by ph10, Tue Sep 22 09:42:11 2009 UTC | revision 457 by ph10, Sat Oct 3 16:24:08 2009 UTC | |
|---|---|---|
| # | Line 600 No match | Line 600 No match |
| 600 | 0: a | 0: a |
| 601 | 1: a | 1: a |
| 602 | ||
| 603 | /^(?|(abc)|(def))\1/ | |
| 604 | abcabc | |
| 605 | 0: abcabc | |
| 606 | 1: abc | |
| 607 | defdef | |
| 608 | 0: defdef | |
| 609 | 1: def | |
| 610 | ** Failers | |
| 611 | No match | |
| 612 | abcdef | |
| 613 | No match | |
| 614 | defabc | |
| 615 | No match | |
| 616 | ||
| 617 | /^(?|(abc)|(def))(?1)/ | |
| 618 | abcabc | |
| 619 | 0: abcabc | |
| 620 | 1: abc | |
| 621 | defabc | |
| 622 | 0: defabc | |
| 623 | 1: def | |
| 624 | ** Failers | |
| 625 | No match | |
| 626 | defdef | |
| 627 | No match | |
| 628 | abcdef | |
| 629 | No match | |
| 630 | ||
| 631 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |