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 04db5dc commit 94faae3Copy full SHA for 94faae3
S16-io/say.t
@@ -27,14 +27,27 @@ say "1..8";
27
"ok 5 - method form of say".say;
28
}
29
30
+#?niecza emit if 0 {
31
+
32
$*OUT.say('ok 6 - $*OUT.say(...)');
33
+#?niecza emit }
34
35
+#?niecza emit say 'ok 6 - #SKIP Cannot cast from source type to destination type.';
36
37
38
"ok 7 - Mu.print\n".print;
39
40
41
+#?niecza emit say 'ok 7 - #SKIP method .print not found in Str';
42
43
grammar A {
44
token TOP { .+ };
45
46
47
48
A.parse("ok 8 - Match.print\n").print;
49
50
51
+#?niecza emit say 'ok 8 - #SKIP method .print not found in Match';
52
53
# vim: ft=perl6
0 commit comments