Parent Directory
|
Revision Log
|
Patch
| revision 455 by ph10, Sat Sep 26 19:12:32 2009 UTC | revision 457 by ph10, Sat Oct 3 16:24:08 2009 UTC | |
|---|---|---|
| # | Line 3098 a random value. /Ix | Line 3098 a random value. /Ix |
| 3098 | (?(1)|.) # check that there was an empty component | (?(1)|.) # check that there was an empty component |
| 3099 | /xiIS | /xiIS |
| 3100 | ||
| 3101 | /(?|(?<a>A)|(?<a>B))/I | |
| 3102 | AB\Ca | |
| 3103 | BA\Ca | |
| 3104 | ||
| 3105 | /(?|(?<a>A)|(?<b>B))/ | |
| 3106 | ||
| 3107 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |