2332 |
baz |
baz |
2333 |
foobarbaz |
foobarbaz |
2334 |
|
|
2335 |
/The case of aaaaaa is missed out below because I think Perl 5.005_02 gets/ |
/The cases of aaaa and aaaaaa are missed out below because Perl does things/ |
2336 |
/it wrong; it sets $1 to aaa rather than aa. Compare the following test,/ |
/differently. We know that odd, and maybe incorrect, things happen with/ |
2337 |
/where it does set $1 to aa when matching aaaaaa./ |
/recursive references in Perl, as far as 5.11.3 - see some stuff in test #2./ |
2338 |
|
|
2339 |
/^(a\1?){4}$/ |
/^(a\1?){4}$/ |
2340 |
a |
a |
2341 |
aa |
aa |
2342 |
aaa |
aaa |
|
aaaa |
|
2343 |
aaaaa |
aaaaa |
2344 |
aaaaaaa |
aaaaaaa |
2345 |
aaaaaaaa |
aaaaaaaa |
4073 |
** Failers |
** Failers |
4074 |
XABX |
XABX |
4075 |
|
|
4076 |
|
/[\x00-\xff\s]+/ |
4077 |
|
\x0a\x0b\x0c\x0d |
4078 |
|
|
4079 |
|
/^\c/ |
4080 |
|
? |
4081 |
|
|
4082 |
/-- End of testinput1 --/ |
/-- End of testinput1 --/ |