Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge S03-smartmatch/any-str for niecza
  • Loading branch information
sorear committed Feb 16, 2011
1 parent 8b6f98d commit 39ead4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S03-smartmatch/any-str.t
Expand Up @@ -9,6 +9,7 @@ plan 5;
ok (4 ~~ '4'), 'string equality';
ok !(4 !~~ '4'), 'negated string equality';
#?rakudo skip 'smartmatching Mu against Str'
#?niecza skip 'Mu as argument'
ok (Mu ~~ ''), 'Mu ~~ ""';
}

Expand Down

0 comments on commit 39ead4f

Please sign in to comment.