From: Rafael Garcia-Suarez Date: Tue, 5 May 2009 11:37:42 +0000 (+0200) Subject: Fix test for stringification of arrays. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d444f7e3a3d0965614439650519a7723933ea11f;p=p5sagit%2Fp5-mst-13.2.git Fix test for stringification of arrays. Also add a similar test for hashes. --- 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