In perl.git, the branch smartmatch has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d444f7e3a3d0965614439650519a7723933ea11f?hp=9de654f174a7c7ca88031e2ac4a33add560d0c8c>

- Log -----------------------------------------------------------------
commit d444f7e3a3d0965614439650519a7723933ea11f
Author: Rafael Garcia-Suarez <[email protected]>
Date:   Tue May 5 13:37:42 2009 +0200

    Fix test for stringification of arrays.
    
    Also add a similar test for hashes.
-----------------------------------------------------------------------

Summary of changes:
 t/op/smartmatch.t |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t
index cf819be..a1c1a06 100644
--- a/t/op/smartmatch.t
+++ b/t/op/smartmatch.t
@@ -307,8 +307,10 @@ __DATA__
 !      12345           qr/7/
 
 # array against string
-       @fooormore      "@fooormore"
-!      @keyandmore     "@fooormore"
+       @fooormore      ""....@fooormore
+!      @keyandmore     ""....@fooormore
+       %fooormore      "".\%fooormore
+!      %keyandmore     "".\%fooormore
 
 # Test the implicit referencing
        7               @nums

--
Perl5 Master Repository

Reply via email to