]> gitweb.factorcode.org Git - factor.git/blob - extra/central/central-tests.factor
extra/central implements the "central" pattern
[factor.git] / extra / central / central-tests.factor
1 USING: central tools.test ;
2
3 IN: scratchpad
4
5 CENTRAL: test-central
6
7 [ 3 ] [ 3 [ test-central ] with-test-central ] unit-test