Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nom fudge
  • Loading branch information
coke committed Aug 15, 2011
1 parent 0a66a58 commit e49dcab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-metachars/closure.t
Expand Up @@ -31,6 +31,7 @@ plan 12;

my $caught = "oops!";
ok("abc" ~~ m/a(bc){$caught = $0}/, 'Outer match');
#?rakudo todo 'nom regression'
is($caught, "bc", 'Outer caught');

#?rakudo skip 'assignment to match variables (dubious)'
Expand Down

0 comments on commit e49dcab

Please sign in to comment.