Parent Directory
|
Revision Log
|
Patch
revision 178 by ph10, Wed Jun 13 08:44:34 2007 UTC | revision 206 by ph10, Fri Aug 3 14:53:04 2007 UTC | |
---|---|---|
# | Line 4021 | Line 4021 |
4021 | /(.*(.)?)*/ | /(.*(.)?)*/ |
4022 | abcd | abcd |
4023 | ||
4024 | /( (A | (?(1)0|) )* )/x | |
4025 | abcd | |
4026 | ||
4027 | /( ( (?(1)0|) )* )/x | |
4028 | abcd | |
4029 | ||
4030 | /( (?(1)0|)* )/x | |
4031 | abcd | |
4032 | ||
4033 | / End of testinput1 / | / End of testinput1 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |