]> gitweb.factorcode.org Git - factor.git/blob - core/classes/builtin/builtin-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / classes / builtin / builtin-tests.factor
1 USING: accessors kernel memory sequences tools.test words ;
2 IN: classes.builtin.tests
3
4 { f } [
5     [ word? ] instances
6     [
7         [ name>> "f?" = ]
8         [ vocabulary>> "syntax" = ] bi and
9     ] any?
10 ] unit-test