Skip to content

Commit 30833cd

Browse files
committed
Temporarily fudge file until pmichaud gets his infix::<!%%> patch merged in.
1 parent 799b9e9 commit 30833cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

S03-operators/is-divisible-by.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plan 12;
1515
is (1..10).grep( * %% 3 ), <3 6 9>, '%% works with whatever *';
1616
}
1717

18+
#?rakudo skip "!%% gettig confused with !%"
1819
{
1920
nok 6 !%% 3, '6 !%% 3';
2021
isa_ok 6 !%% 3, Bool, '6 !%% 3 isa Bool';

0 commit comments

Comments
 (0)