Parent Directory
|
Revision Log
|
Patch
revision 427 by ph10, Fri Aug 28 09:55:54 2009 UTC | revision 428 by ph10, Mon Aug 31 17:10:26 2009 UTC | |
---|---|---|
# | Line 2916 a random value. /Ix | Line 2916 a random value. /Ix |
2916 | dogs\P | dogs\P |
2917 | dogs\P\P | dogs\P\P |
2918 | ||
2919 | /dog(sbody)??/ | |
2920 | dogs\P | |
2921 | dogs\P\P | |
2922 | ||
2923 | /dog|dogsbody/ | /dog|dogsbody/ |
2924 | dogs\P | dogs\P |
2925 | dogs\P\P | dogs\P\P |
2926 | ||
2927 | /dogsbody|dog/ | |
2928 | dogs\P | |
2929 | dogs\P\P | |
2930 | ||
2931 | /\bthe cat\b/ | |
2932 | the cat\P | |
2933 | the cat\P\P | |
2934 | ||
2935 | /abc/ | |
2936 | abc\P | |
2937 | abc\P\P | |
2938 | ||
2939 | / End of testinput2 / | / End of testinput2 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |