Skip to content

Commit 1449cac

Browse files
committed
Missed one when doing compare sensitive to array nesting level
1 parent abcbbb9 commit 1449cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/99problems-01-to-10.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ plan 22;
186186
}
187187
}
188188
}
189-
is group(<a a a a b c c a a d e e e e>),
190-
[ [<a a a a>], [<b>], [<c c>], [<a a>], [<d>], [<e e e e>] ],
189+
is group(<a a a a b c c a a d e e e e>).join('+'),
190+
'a a a a+b+c c+a a+d+e e e e',
191191
'... even using gather/take';
192192
}
193193
#?rakudo skip 'groupless gather/take'

0 commit comments

Comments
 (0)