remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / basis / sorting / human / human-tests.factor
blob0e20b54c2f7460f0527454de279bc40f77896aec
1 USING: sorting.human tools.test ;
2 IN: sorting.human.tests
4 \ human-sort must-infer
6 [ { "x1y" "x2" "x10y" } ] [ { "x1y" "x10y" "x2" } human-sort ] unit-test