From: Peter Prymmer Date: Fri, 23 Feb 2001 10:54:09 +0000 (-0800) Subject: was Re: hashing order difference? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3918450e8e703955615e7c0d1b072415454ce41b;p=p5sagit%2Fp5-mst-13.2.git was Re: hashing order difference? Message-ID: p4raw-id: //depot/perl@8913 --- diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t index 181c842..ee74d93 100755 --- a/t/op/lex_assign.t +++ b/t/op/lex_assign.t @@ -244,7 +244,7 @@ lc $cstr # lc quotemeta $cstr # quotemeta @$aref # rv2av @$undefed # rv2av undef -each %h==1 # each +(each %h) % 2 == 1 # each values %h # values keys %h # keys %$href # rv2hv