fixup: forgot the tests
parent
7b7586fa54
commit
0dfe8f949c
|
@ -12,11 +12,15 @@ IN: grouping.tests
|
|||
>array
|
||||
] unit-test
|
||||
|
||||
[ 1 ] [ { } 2 <clumps> length ] unit-test
|
||||
[ 0 ] [ { } 2 <clumps> length ] unit-test
|
||||
[ 1 ] [ { 1 } 2 <clumps> length ] unit-test
|
||||
[ 1 ] [ { 1 2 } 2 <clumps> length ] unit-test
|
||||
[ 2 ] [ { 1 2 3 } 2 <clumps> length ] unit-test
|
||||
|
||||
{ { { 1 } } } [ { 1 } 2 clump ] unit-test
|
||||
{ { { 1 2 } } } [ { 1 2 } 2 clump ] unit-test
|
||||
{ { { 1 2 } { 2 3 } } } [ { 1 2 3 } 2 clump ] unit-test
|
||||
|
||||
[ { } 2 <circular-clumps> length ] must-fail
|
||||
[ { 1 } 2 <circular-clumps> length ] must-fail
|
||||
|
||||
|
|
Loading…
Reference in New Issue