Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missed one when doing compare sensitive to array nesting level
  • Loading branch information
KrisShannon committed Dec 31, 2011
1 parent abcbbb9 commit 1449cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/99problems-01-to-10.t
Expand Up @@ -186,8 +186,8 @@ plan 22;
}
}
}
is group(<a a a a b c c a a d e e e e>),
[ [<a a a a>], [<b>], [<c c>], [<a a>], [<d>], [<e e e e>] ],
is group(<a a a a b c c a a d e e e e>).join('+'),
'a a a a+b+c c+a a+d+e e e e',
'... even using gather/take';
}
#?rakudo skip 'groupless gather/take'
Expand Down

0 comments on commit 1449cac

Please sign in to comment.