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 23dd35a commit 9e5e20cCopy full SHA for 9e5e20c
S16-io/say.t
@@ -4,7 +4,7 @@ use v6;
4
5
# doesn't use Test.pm and plan() intentionally
6
7
-say "1..6";
+say "1..7";
8
9
# Tests for say
10
{
@@ -15,7 +15,7 @@ say "1..6";
15
say "o", "k 2 - say with multiple parame", "ters (1)";
16
17
my @array = ("o", "k 3 - say with multiple parameters (2)");
18
- say @array;
+ say |@array;
19
}
20
21
@@ -29,5 +29,6 @@ say "1..6";
29
30
$*OUT.say('ok 6 - $*OUT.say(...)');
31
32
+'ok 7 - Mu.print'.print;
33
34
# vim: ft=perl6
0 commit comments