--- code/trunk/testdata/testoutput1 2010/01/06 10:26:55 487 +++ code/trunk/testdata/testoutput1 2010/01/11 15:29:42 488 @@ -3752,10 +3752,10 @@ foobarbaz No match -/The case of aaaaaa is missed out below because I think Perl 5.005_02 gets/ -/it wrong; it sets $1 to aaa rather than aa. Compare the following test,/ +/The cases of aaaa and aaaaaa are missed out below because Perl does things/ +/differently. We know that odd, and maybe incorrect, things happen with/ No match -/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./ No match /^(a\1?){4}$/ @@ -3765,9 +3765,6 @@ No match aaa No match - aaaa - 0: aaaa - 1: a aaaaa 0: aaaaa 1: a