We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d94422 commit c3affe4Copy full SHA for c3affe4
1 file changed
S09-hashes/objecthash.t
@@ -64,7 +64,7 @@ plan 36;
64
#?rakudo skip 'oh noes, it dies'
65
is %h{ Mu, Any }.join(","), "2,3", 'check slice access on Mu';
66
# note the following todo is a flapper
67
- is %h{*}.join(","), "2,3", 'check whatever access with Mu as key';
+ is %h{*}.sort.join(","), "2,3", 'check whatever access with Mu as key';
68
} #6
69
70
# RT #118037
0 commit comments