Parent Directory
|
Revision Log
|
Patch
| revision 461 by ph10, Wed Sep 16 10:56:40 2009 UTC | revision 462 by ph10, Sat Oct 17 19:55:02 2009 UTC | |
|---|---|---|
| # | Line 720 can't tell the difference.) --/ | Line 720 can't tell the difference.) --/ |
| 720 | the cat\P | the cat\P |
| 721 | the cat\P\P | the cat\P\P |
| 722 | ||
| 723 | /abcd*/8 | |
| 724 | xxxxabcd\P | |
| 725 | xxxxabcd\P\P | |
| 726 | ||
| 727 | /abcd*/i8 | |
| 728 | xxxxabcd\P | |
| 729 | xxxxabcd\P\P | |
| 730 | XXXXABCD\P | |
| 731 | XXXXABCD\P\P | |
| 732 | ||
| 733 | /abc\d*/8 | |
| 734 | xxxxabc1\P | |
| 735 | xxxxabc1\P\P | |
| 736 | ||
| 737 | /(a)bc\1*/8 | |
| 738 | xxxxabca\P | |
| 739 | xxxxabca\P\P | |
| 740 | ||
| 741 | /abc[de]*/8 | |
| 742 | xxxxabcde\P | |
| 743 | xxxxabcde\P\P | |
| 744 | ||
| 745 | /-- End of testinput5 --/ | /-- End of testinput5 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |