Parent Directory
|
Revision Log
|
Patch
revision 456 by ph10, Sat Sep 26 19:12:32 2009 UTC | revision 457 by ph10, Sat Oct 3 16:24:08 2009 UTC | |
---|---|---|
# | Line 10220 Need char = ':' | Line 10220 Need char = ':' |
10220 | Subject length lower bound = 2 | Subject length lower bound = 2 |
10221 | No set of starting bytes | No set of starting bytes |
10222 | ||
10223 | /(?|(?<a>A)|(?<a>B))/I | |
10224 | Capturing subpattern count = 1 | |
10225 | Named capturing subpatterns: | |
10226 | a 1 | |
10227 | a 1 | |
10228 | No options | |
10229 | No first char | |
10230 | No need char | |
10231 | AB\Ca | |
10232 | 0: A | |
10233 | 1: A | |
10234 | C A (1) a | |
10235 | BA\Ca | |
10236 | 0: B | |
10237 | 1: B | |
10238 | C B (1) a | |
10239 | ||
10240 | /(?|(?<a>A)|(?<b>B))/ | |
10241 | Failed: different names for subpatterns of the same number are not allowed at offset 15 | |
10242 | ||
10243 | /-- End of testinput2 --/ | /-- End of testinput2 --/ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |