]> gitweb.factorcode.org Git - factor.git/blob - extra/math/text/utils/utils-tests.factor
extra/: ensuring tests have an IN:-line ending with .tests
[factor.git] / extra / math / text / utils / utils-tests.factor
1 USING: math.text.utils tools.test ;
2 IN: math.text.utils.tests
3
4 { { 1 999 2 } } [ 2999001 3 digit-groups ] unit-test