Parent Directory
|
Revision Log
|
Patch
| revision 457 by ph10, Sat Oct 3 16:24:08 2009 UTC | revision 459 by ph10, Sun Oct 4 09:21:39 2009 UTC | |
|---|---|---|
| # | Line 628 No match | Line 628 No match |
| 628 | abcdef | abcdef |
| 629 | No match | No match |
| 630 | ||
| 631 | /(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |b(?<quote> (?<apostrophe>')|(?<realquote>")) ) (?('quote')[a-z]+|[0-9]+)/xJ | |
| 632 | a\"aaaaa | |
| 633 | 0: a"aaaaa | |
| 634 | 1: " | |
| 635 | 2: <unset> | |
| 636 | 3: " | |
| 637 | b\"aaaaa | |
| 638 | 0: b"aaaaa | |
| 639 | 1: <unset> | |
| 640 | 2: <unset> | |
| 641 | 3: <unset> | |
| 642 | 4: " | |
| 643 | 5: <unset> | |
| 644 | 6: " | |
| 645 | ** Failers | |
| 646 | No match | |
| 647 | b\"11111 | |
| 648 | No match | |
| 649 | ||
| 650 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |