factor/basis/sorting/human/human-tests.factor

5 lines
156 B
Factor
Raw Normal View History

USING: sorting.human tools.test sorting.slots ;
2008-09-12 16:49:46 -04:00
IN: sorting.human.tests
[ { "x1y" "x2" "x10y" } ] [ { "x1y" "x10y" "x2" } { human<=> } sort-by ] unit-test