Fix test for stringification of arrays.
Rafael Garcia-Suarez [Tue, 5 May 2009 11:37:42 +0000 (13:37 +0200)]
Also add a similar test for hashes.

t/op/smartmatch.t

index cf819be..a1c1a06 100644 (file)
@@ -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