Parent Directory
|
Revision Log
|
Patch
| revision 270 by ph10, Fri Nov 16 19:55:16 2007 UTC | revision 271 by ph10, Fri Nov 16 19:58:26 2007 UTC | |
|---|---|---|
| # | Line 9318 Failed: digit expected after (?+ at offs | Line 9318 Failed: digit expected after (?+ at offs |
| 9318 | /(?-+a)/ | /(?-+a)/ |
| 9319 | Failed: unrecognized character after (? or (?- at offset 3 | Failed: unrecognized character after (? or (?- at offset 3 |
| 9320 | ||
| 9321 | /(?(-1))/ | |
| 9322 | Failed: reference to non-existent subpattern at offset 6 | |
| 9323 | ||
| 9324 | /(?(+10))/ | |
| 9325 | Failed: reference to non-existent subpattern at offset 7 | |
| 9326 | ||
| 9327 | /(?(10))/ | |
| 9328 | Failed: reference to non-existent subpattern at offset 6 | |
| 9329 | ||
| 9330 | /(?(+2))()()/ | |
| 9331 | ||
| 9332 | /(?(2))()()/ | |
| 9333 | ||
| 9334 | / End of testinput2 / | / End of testinput2 / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |