Skip to content

Commit 771f831

Browse files
committed
Update test for GLR.
1 parent bc14686 commit 771f831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S09-subscript/multidim-assignment.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ plan 10;
4141
"LoL assignment on Array with WhateverCode indices";
4242

4343
@lmao-matrix[*; {$_}; 0, 1] = <appended to each list>;
44-
is-deeply @lmao-matrix, Array.new([<lists are>, [<appended to>]], [<end of>, [<each list>]]),
44+
is-deeply @lmao-matrix, Array.new([|<lists are>, [<appended to>]], [|<end of>, [<each list>]]),
4545
"Autovivifying LoL assignment on Array with Whatever/Code indices";
4646
}
4747

0 commit comments

Comments
 (0)