Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unskip RT #121692 for rakudo
  • Loading branch information
FROGGS committed Jul 18, 2014
1 parent 19d3472 commit f3fe7c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S13-overloading/metaoperators.t
Expand Up @@ -31,10 +31,9 @@ is ~(('OMG','BBQ') >>wtf>> ('BBQ','OMG')), 'OMGWTFBBQ BBQWTFOMG', '>>...>> hyper
is ~(('OMG','BBQ') <<wtf>> ('BBQ','OMG')), 'OMGWTFBBQ BBQWTFOMG', '<<...>> hyper generated';

# RT 121692
#?rakudo skip "couldn't find final ']'"
{
sub foo { $^a ~ $^b };
is [[&foo]] <a b c d e>, 'abcde', "can we use sub as an op between[]";
is ([[&foo]] <a b c d e>), 'abcde', "can we use sub as an op between[]";
}

# vim: ft=perl6

0 comments on commit f3fe7c2

Please sign in to comment.