Parent Directory
|
Revision Log
|
Patch
| revision 619 by ph10, Sun Jul 17 13:23:14 2011 UTC | revision 621 by ph10, Mon Jul 18 10:14:09 2011 UTC | |
|---|---|---|
| # | Line 1203 No match | Line 1203 No match |
| 1203 | 0: a | 0: a |
| 1204 | 1: a | 1: a |
| 1205 | ||
| 1206 | /^(a)(?1)+ab/ | |
| 1207 | aaaab | |
| 1208 | 0: aaaab | |
| 1209 | 1: a | |
| 1210 | ||
| 1211 | /^(a)(?1)++ab/ | |
| 1212 | aaaab | |
| 1213 | No match | |
| 1214 | ||
| 1215 | /-- End of testinput11 --/ | /-- End of testinput11 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |