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

5 lines
156 B
Factor

USING: sorting.human tools.test sorting.slots ;
IN: sorting.human.tests
[ { "x1y" "x2" "x10y" } ] [ { "x1y" "x10y" "x2" } { human<=> } sort-by ] unit-test