Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge a failing tree.t test.
  • Loading branch information
pmichaud committed Jun 18, 2012
1 parent 385370f commit 12a36cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-lists/tree.t
Expand Up @@ -14,7 +14,6 @@ is (1, (2, (3, 4))).tree(2).[1].flat.elems, 2,
is ~((1, 2), (3, 4)).tree(*.join('|')), '1|2 3|4',
'WhateverCode form, depth 1';


#?rakudo skip 'multiple Whatever-closures'
#?rakudo skip 'Any.tree(*@list) NYI'
is (1, ((2, 3), (4, 5))).tree(*.join('|'), *.join('+')).join('-'),
'1-2|3+4|5', '.tree with multiple Whatever-closures';

0 comments on commit 12a36cc

Please sign in to comment.