From 935fa47aa19b7f8b700c995ea718315ed78212a8 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sun, 18 Mar 2007 21:14:16 +0000 Subject: [PATCH] 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 --- t/op/re_tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4