Parent Directory
|
Revision Log
|
Patch
revision 162 by ph10, Thu May 3 10:47:48 2007 UTC | revision 166 by ph10, Wed May 9 14:48:28 2007 UTC | |
---|---|---|
# | Line 2156 a random value. /Ix | Line 2156 a random value. /Ix |
2156 | ** Failers | ** Failers |
2157 | XABC\B | XABC\B |
2158 | ||
2159 | /(ab|c)(?-1)/B | |
2160 | abc | |
2161 | ||
2162 | /xy(?+1)(abc)/B | |
2163 | xyabcabc | |
2164 | ** Failers | |
2165 | xyabc | |
2166 | ||
2167 | /x(?-0)y/ | |
2168 | ||
2169 | /x(?-1)y/ | |
2170 | ||
2171 | /x(?+0)y/ | |
2172 | ||
2173 | /x(?+1)y/ | |
2174 | ||
2175 | / End of testinput2 / | / End of testinput2 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |