1
0
Fork 0
critbit/critbit/critbit-tests.factor

9 lines
172 B
Factor

USING: critbit tools.test ;
IN: critbit.tests
{ t } [ <critbit> empty? ] unit-test
{ 0 } [ 0 0b11111011 direction ] unit-test
{ 1 } [ 4 0b11111011 direction ] unit-test