Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
classify doesn't flatten now
  • Loading branch information
TimToady committed Sep 20, 2015
1 parent 247d3fb commit b8cea3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-list/classify.t
Expand Up @@ -78,7 +78,7 @@ plan 40;

#?niecza todo 'feature'
{
is-deeply( classify( {.comb}, 100 .. 119, 104, 119 ),
is-deeply( classify( {.comb}, flat 100 .. 119, 104, 119 ),
("1" => {
"0" => {
"0" => [100],
Expand Down

0 comments on commit b8cea3d

Please sign in to comment.