Change 34116 by [EMAIL PROTECTED] on 2008/07/09 17:22:47

        Subject: [Patch t/op/re_tests] Re: [perl #56690] Some bugs in Perl 
regexp (core Perl issues)
        From: Abigail <[EMAIL PROTECTED]>
        Date: Tue, 8 Jul 2008 18:48:37 +0200
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/t/op/re_tests#131 edit

Differences ...

==== //depot/perl/t/op/re_tests#131 (text) ====
Index: perl/t/op/re_tests
--- perl/t/op/re_tests#130~33667~       2008-04-11 05:17:38.000000000 -0700
+++ perl/t/op/re_tests  2008-07-09 10:22:47.000000000 -0700
@@ -1344,4 +1344,7 @@
 .*?(?:(\w)|(\w))x      abx     y       $1-$2   b-
 
 0{50}  000000000000000000000000000000000000000000000000000     y       -       
-
+# Bug #56690
+^a?(?=b)b      ab      B       $&      ab
+^a*(?=b)b      ab      B       $&      ab
 
End of Patch.

Reply via email to