| 246 |
aaabccc |
aaabccc |
| 247 |
|
|
| 248 |
/(A (A|B(*ACCEPT)|C) D)(E)/x |
/(A (A|B(*ACCEPT)|C) D)(E)/x |
| 249 |
|
AB |
| 250 |
ABX |
ABX |
| 251 |
AADE |
AADE |
| 252 |
ACDE |
ACDE |
| 404 |
AC |
AC |
| 405 |
CB |
CB |
| 406 |
|
|
| 407 |
/(*MARK:A)(*SKIP:B)(C|X)/K |
/--- Force no study, otherwise mark is not seen. The studied version is in |
| 408 |
|
test 2 because it isn't Perl-compatible. ---/ |
| 409 |
|
|
| 410 |
|
/(*MARK:A)(*SKIP:B)(C|X)/KSS |
| 411 |
C |
C |
| 412 |
D |
D |
| 413 |
|
|
| 439 |
/A(*:A)A+(*SKIP:A)(B|Z) | AC/xK |
/A(*:A)A+(*SKIP:A)(B|Z) | AC/xK |
| 440 |
AAAC |
AAAC |
| 441 |
|
|
| 442 |
/--- Don't loop! ---/ |
/--- Don't loop! Force no study, otherwise mark is not seen. ---/ |
| 443 |
|
|
| 444 |
/(*:A)A+(*SKIP:A)(B|Z)/K |
/(*:A)A+(*SKIP:A)(B|Z)/KSS |
| 445 |
AAAC |
AAAC |
| 446 |
|
|
| 447 |
/--- This should succeed, as a non-existent skip name disables the skip ---/ |
/--- This should succeed, as a non-existent skip name disables the skip ---/ |