This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / hashassign.t
2012-12-11 Father Chrysostomoshashassign.t: Suppress oddball warnings
2012-12-11 Father Chrysostomoshashassign.t: Test undef explicitly
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-11 Ruslan Zakirovtest return values of aassign with various elements...
2012-12-11 Ruslan Zakirovmake sure hash assignment is proper lvalue
2012-12-11 Ruslan Zakirovtest "Odd number of elements in hash assignment"
2012-12-11 Ruslan Zakirovscalar(%h = (1,1,1,1)) should return 4, not 2
2011-02-21 Nicholas ClarkAdd skip_if_miniperl() to test.pl, and use it in op...
2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage
2010-07-29 Father Chrysostomo... Hash assignment can zap weak references to the hash
2006-02-27 Anno SiegelTesting hash key stringification
2003-11-13 Rafael Garcia-SuarezFix bug [perl #24380] : assigning to a hash in list
2001-12-10 Nicholas ClarkRe: [PATCH] tests for hash assignment