Parent Directory
|
Revision Log
|
Patch
| revision 500 by ph10, Sat Mar 6 19:00:29 2010 UTC | revision 503 by ph10, Sun Mar 7 17:35:52 2010 UTC | |
|---|---|---|
| # | Line 379 | Line 379 |
| 379 | a(b)c | a(b)c |
| 380 | a(b(c)d)e | a(b(c)d)e |
| 381 | ||
| 382 | /(?P<L1>(?P<L2>0)(?P>L1)|(?P>L2))/ | |
| 383 | 0 | |
| 384 | 00 | |
| 385 | 0000 | |
| 386 | ||
| 387 | /(?P<L1>(?P<L2>0)|(?P>L2)(?P>L1))/ | |
| 388 | 0 | |
| 389 | 00 | |
| 390 | 0000 | |
| 391 | ||
| 392 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |