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 0a9e8fb commit a734f7cCopy full SHA for a734f7c
S03-sequence/limit-arity-2-or-more.t
@@ -29,6 +29,7 @@ is (2, 1, 0.5 ...^ (*-*).abs < 2).join(', '), '2', 'ASAP arity-2 excluded conver
29
30
# limit function that accepts any number of args
31
32
+#?rakudo 2 skip "hangs"
33
is (1 ... { @_ eq "1 2 3" }).join(', '), '1, 2, 3', 'arity-Inf limit';
34
is (1 ...^ { @_ eq "1 2 3" }).join(', '), '1, 2', 'arity-Inf excluded limit';
35
0 commit comments