Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unfudge any-hash smartmatching for rakudo
  • Loading branch information
s-h-r-i committed Apr 16, 2013
1 parent 8d0b1b8 commit 5d26122
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S03-smartmatch/any-hash.t
Expand Up @@ -9,15 +9,12 @@ plan 6;
sub notautoquoted_a { 'a' };
sub notautoquoted_c { 'c' };

#?rakudo todo 'nom regression'
#?niecza todo
ok (%h ~~ .{'c'}), '%hash ~~ .{true"}';
ok !(%h ~~ .{'b'}), '%hash ~~ .{false"}';
ok !(%h ~~ .{notautoquoted_a}), '~~. {notautoquoted_a}';
#?rakudo todo 'nom regression'
#?niecza todo
ok (%h ~~ .{notautoquoted_c}), '~~. {notautoquoted_c}';
#?rakudo todo 'nom regression'
#?niecza todo
ok (%h ~~ .<c>), '%hash ~~ .<true"}';
ok !(%h ~~ .<b>), '%hash ~~ .<false"}';
Expand Down

0 comments on commit 5d26122

Please sign in to comment.