Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove duplicate test
There is already a test for this in S03-metaops/zip.t
  • Loading branch information
usev6 committed Sep 26, 2014
1 parent 3164e55 commit 2b143b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions S03-operators/misc.t
Expand Up @@ -94,15 +94,6 @@ ok(?((any(1..6) == one(1|2|3|4|5|6))), "any elements will match via junction");
is(~@rv, "2 4 6 8", 'hyper-add');
}

# L<S03/Traversing arrays in parallel/"but a short list may always be extended arbitrarily">
#?rakudo todo 'RT #122849'
#?niecza todo
{
is (1, 2, * Z <a b c d>).join('|'),
'1|a|2|b|2|c|2|d',
'A * as the last value extends lists for infix:<Z> (zip)';
}

# L<S03/List infix precedence/"the zip operator">
#for RT #73836
my @z=2,3;
Expand Down

0 comments on commit 2b143b6

Please sign in to comment.