Parent Directory
|
Revision Log
|
Patch
revision 836 by ph10, Wed Dec 28 17:16:11 2011 UTC | revision 915 by zherczeg, Tue Feb 14 13:05:39 2012 UTC | |
---|---|---|
# | Line 816 | Line 816 |
816 | Ⱥ | Ⱥ |
817 | ⱥ | ⱥ |
818 | ||
819 | /\X/ | |
820 | a\P | |
821 | a\P\P | |
822 | ||
823 | /\Xa/ | |
824 | aa\P | |
825 | aa\P\P | |
826 | ||
827 | /\X{2}/ | |
828 | aa\P | |
829 | aa\P\P | |
830 | ||
831 | /\X+a/ | |
832 | a\P | |
833 | aa\P | |
834 | aa\P\P | |
835 | ||
836 | /\X+?a/ | |
837 | a\P | |
838 | ab\P | |
839 | aa\P | |
840 | aa\P\P | |
841 | aba\P | |
842 | ||
843 | /-- End of testinput6 --/ | /-- End of testinput6 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |