X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Fsmartmatch.t;h=e2ea00483c015e7509489001eab760df0695c0a8;hb=fceebc475db7280476c58dcfb36c7e1cd6795eec;hp=cf06a4468f6be332020fc6fe12a872a03e4de007;hpb=9e079acef3281a4f29fb1913eeef734bf70ba393;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/smartmatch.t b/t/op/smartmatch.t index cf06a44..e2ea004 100644 --- a/t/op/smartmatch.t +++ b/t/op/smartmatch.t @@ -201,7 +201,7 @@ __DATA__ # - a regex {foo => 1} qr/^(fo[ox])$/ -! +{0..100} qr/[13579]$/ +! +{0..99} qr/[13579]$/ # - a string +{foo => 1, bar => 2} "foo" @@ -267,7 +267,7 @@ __DATA__ %hash [qw(bar)] ! %hash [qw(a b c)] %hash %hash - %hash {%hash} + %hash +{%hash} %hash %tied_hash %tied_hash %tied_hash %hash { foo => 5, bar => 10 }