We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35a02d commit 3d5ee1fCopy full SHA for 3d5ee1f
S16-io/bare-say.t
@@ -33,7 +33,7 @@ is_run( 'say("")',
33
}
34
35
# RT #74822
36
-is_run( 'my %h=<a b c> Z 1,2,3; for %h.sort(*.key) { .say }',
+is_run( 'my %h= flat <a b c> Z 1,2,3; for %h.sort(*.key) { .say }',
37
{
38
status => 0,
39
out => "a => 1\nb => 2\nc => 3\n",
0 commit comments