Parent Directory
|
Revision Log
|
Patch
revision 206 by ph10, Fri Aug 3 14:53:04 2007 UTC | revision 370 by ph10, Sun Aug 24 18:33:00 2008 UTC | |
---|---|---|
# | Line 3421 | Line 3421 |
3421 | /((?m)^b)/ | /((?m)^b)/ |
3422 | a\nb\nc\n | a\nb\nc\n |
3423 | ||
/(?(1)a|b)/ | ||
/(?(1)b|a)/ | ||
a | ||
3424 | /(x)?(?(1)a|b)/ | /(x)?(?(1)a|b)/ |
3425 | *** Failers | *** Failers |
3426 | a | a |
# | Line 4030 | Line 4025 |
4025 | /( (?(1)0|)* )/x | /( (?(1)0|)* )/x |
4026 | abcd | abcd |
4027 | ||
4028 | /[[:abcd:xyz]]/ | |
4029 | a] | |
4030 | :] | |
4031 | ||
4032 | /[abc[:x\]pqr]/ | |
4033 | a | |
4034 | [ | |
4035 | : | |
4036 | ] | |
4037 | p | |
4038 | ||
4039 | /.*[op][xyz]/ | |
4040 | fooabcfoo | |
4041 | ||
4042 | / End of testinput1 / | / End of testinput1 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |