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 f77300f commit ac4734bCopy full SHA for ac4734b
S03-smartmatch/any-type.t
@@ -22,6 +22,7 @@ plan 13;
22
is 'RT71462' ~~ Int, False, '~~ Int returns a Bool (1)';
23
is 5 ~~ Int, True, '~~ Int returns a Bool (2)';
24
is 'RT71462' ~~ Set, False, '~~ Set returns a Bool (1)';
25
+ #?rakudo skip 'set'
26
is set(1, 3) ~~ Set, True, '~~ Set returns a Bool (2)';
27
is 'RT71462' ~~ Numeric, False, '~~ Numeric returns a Bool (1)';
28
is 5 ~~ Numeric, True, '~~ Numeric returns a Bool (2)';
0 commit comments