From: Nicholas Clark Date: Sun, 18 Mar 2007 21:14:16 +0000 (+0000) Subject: The test case applied in change 29502 really should have gone at the X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=935fa47aa19b7f8b700c995ea718315ed78212a8;p=p5sagit%2Fp5-mst-13.2.git The test case applied in change 29502 really should have gone at the end of the file t/op/re_tests. p4raw-id: //depot/perl@30618 --- diff --git a/t/op/re_tests b/t/op/re_tests index 6a590b1..aa07b56 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -1013,7 +1013,6 @@ X(?<=foo.)[YZ] ..XfooXY.. y pos 8 ^(??{q(.+)})\x{100} \x{100}\x{100} y $& \x{100}\x{100} ^(??{q(.)})\x{100} \x{100}\x{100} y $& \x{100}\x{100} ^(??{chr 0x100})\xbb \x{100}\x{bb} y $& \x{100}\x{bb} -\x{100}?(??{""})xxx xxx y $& xxx ^(.)(??{"(.)(.)"})(.)$ abcd y $1-$2 a-d ^(.)(??{"(bz+|.)(.)"})(.)$ abcd y $1-$2 a-d ^(.)((??{"(.)(cz+)"})|.) abcd y $1-$2 a-b @@ -1283,3 +1282,4 @@ X(\w+)(?=\s)|X(\w+) Xab y [$1-$2] [-ab] #Bug #41492 (?(DEFINE)(?(?&B)+)(?a))(?&A) a y $& a (?(DEFINE)(?(?&B)+)(?a))(?&A) aa y $& aa +\x{100}?(??{""})xxx xxx y $& xxx