Parent Directory
|
Revision Log
|
Patch
revision 75 by nigel, Sat Feb 24 21:40:37 2007 UTC | revision 77 by nigel, Sat Feb 24 21:40:45 2007 UTC | |
---|---|---|
# | Line 1069 | Line 1069 |
1069 | /(?<=(abc)(?C))xyz/ | /(?<=(abc)(?C))xyz/ |
1070 | abcxyz\C+ | abcxyz\C+ |
1071 | ||
1072 | /a(b+)(c*)(?C1)/ | |
1073 | abbbbbccc\C*1 | |
1074 | ||
1075 | /a(b+?)(c*?)(?C1)/ | |
1076 | abbbbbccc\C*1 | |
1077 | ||
1078 | /(?C)abc/ | /(?C)abc/ |
1079 | ||
1080 | /(?C)^abc/ | /(?C)^abc/ |
# | Line 1393 | Line 1399 |
1399 | ||
1400 | /^a/IF | /^a/IF |
1401 | ||
1402 | /line\nbreak/ | |
1403 | this is a line\nbreak | |
1404 | line one\nthis is a line\nbreak in the second line | |
1405 | ||
1406 | /line\nbreak/f | |
1407 | this is a line\nbreak | |
1408 | ** Failers | |
1409 | line one\nthis is a line\nbreak in the second line | |
1410 | ||
1411 | /line\nbreak/mf | |
1412 | this is a line\nbreak | |
1413 | ** Failers | |
1414 | line one\nthis is a line\nbreak in the second line | |
1415 | ||
1416 | /ab.cd/P | |
1417 | ab-cd | |
1418 | ab=cd | |
1419 | ** Failers | |
1420 | ab\ncd | |
1421 | ||
1422 | /ab.cd/Ps | |
1423 | ab-cd | |
1424 | ab=cd | |
1425 | ab\ncd | |
1426 | ||
1427 | / End of testinput2 / | / End of testinput2 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |