Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
yes, the test is correct, since Zen should decont
  • Loading branch information
TimToady committed Feb 28, 2015
1 parent d2134c7 commit c5379ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-lists/tree.t
Expand Up @@ -22,6 +22,5 @@ is (1, ((2, 3), (4, 5))).tree(*.join('-'), *.join('+'), *.join('|')),
{
my $t = '';
$t ~= "|$_" for (<a b c> Z <X Y Z>).tree[];
#?rakudo todo "regresssion caused by d0847d2, is this test correct?"
is $t, "|a X|b Y|c Z", '(parcel of parcels).tree';
}

0 comments on commit c5379ec

Please sign in to comment.