Parent Directory
|
Revision Log
|
Patch
revision 456 by ph10, Tue Sep 22 09:42:11 2009 UTC | revision 457 by ph10, Sat Oct 3 16:24:08 2009 UTC | |
---|---|---|
# | Line 283 | Line 283 |
283 | /(?<X>a)(?<=b(?&X))/ | /(?<X>a)(?<=b(?&X))/ |
284 | baz | baz |
285 | ||
286 | /^(?|(abc)|(def))\1/ | |
287 | abcabc | |
288 | defdef | |
289 | ** Failers | |
290 | abcdef | |
291 | defabc | |
292 | ||
293 | /^(?|(abc)|(def))(?1)/ | |
294 | abcabc | |
295 | defabc | |
296 | ** Failers | |
297 | defdef | |
298 | abcdef | |
299 | ||
300 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |