summaryrefslogtreecommitdiff
path: root/t/op/hashassign.t
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-0/+1
* Use builtin::weaken() in t/Paul "LeoNerd" Evans2021-12-081-9/+8
* Handle list assignment in list context betterDavid Mitchell2016-10-261-13/+10
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* hashassign.t: Suppress oddball warningsFather Chrysostomos2012-12-111-0/+3
* hashassign.t: Test undef explicitlyFather Chrysostomos2012-12-111-5/+6
* Copy keys for aassign in lvalue subFather Chrysostomos2012-12-111-1/+7
* test return values of aassign with various elements on LHSRuslan Zakirov2012-12-111-9/+142
* make sure hash assignment is proper lvalueRuslan Zakirov2012-12-111-1/+23
* test "Odd number of elements in hash assignment"Ruslan Zakirov2012-12-111-1/+50
* scalar(%h = (1,1,1,1)) should return 4, not 2Ruslan Zakirov2012-12-111-2/+2
* Add skip_if_miniperl() to test.pl, and use it in op/hashassign.t and re/re.tNicholas Clark2011-02-211-2/+3
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-2/+4
* Hash assignment can zap weak references to the hashFather Chrysostomos (via RT)2010-07-291-1/+12
* Testing hash key stringificationAnno Siegel2006-02-271-1/+18
* Fix bug [perl #24380] : assigning to a hash in listRafael Garcia-Suarez2003-11-131-2/+18
* Re: [PATCH] tests for hash assignmentNicholas Clark2001-12-101-0/+275