]> gitweb.factorcode.org Git - factor.git/blob - basis/sorting/human/human-tests.factor
20a607188cafc19d6ec06b21e34511706a99286d
[factor.git] / basis / sorting / human / human-tests.factor
1 USING: sorting.human tools.test sorting.slots ;
2 IN: sorting.human.tests
3
4 [ { "x1y" "x2" "x10y" } ] [ { "x1y" "x10y" "x2" } { human<=> } sort-by ] unit-test