Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mu ~~ '' should also be false
  • Loading branch information
TimToady committed Sep 23, 2015
1 parent f3a52d4 commit 579fc71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-smartmatch/any-str.t
Expand Up @@ -8,9 +8,8 @@ plan 5;
ok(("bar" !~~ "foo"), "bar ne foo)");
ok (4 ~~ '4'), 'string equality';
ok !(4 !~~ '4'), 'negated string equality';
#?rakudo skip 'smartmatching Mu against Str: RT #122395'
#?niecza skip 'Mu as argument'
ok (Mu ~~ ''), 'Mu ~~ ""';
ok !(Mu ~~ ''), 'Mu !~~ ""';
}

# vim: ft=perl6

0 comments on commit 579fc71

Please sign in to comment.