fixup: forgot the tests

db4
Jon Harper 2012-10-28 15:38:58 +01:00 committed by Doug Coleman
parent 7b7586fa54
commit 0dfe8f949c
1 changed files with 5 additions and 1 deletions

View File

@ -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