factor/libs/topology/test/simplex.factor

10 lines
245 B
Factor
Raw Normal View History

2006-07-14 05:37:13 -04:00
IN: temporary
2006-07-14 06:57:47 -04:00
USING: simplex test ;
2006-07-14 05:37:13 -04:00
2006-08-18 16:15:08 -04:00
! [ { 1 } ] [ {*} H ] unit-test
! [ { 2 } ] [ S^0 H ] unit-test
! [ { 1 1 } ] [ 1 S^ H ] unit-test
! [ { 1 0 } ] [ 1 D^ H ] unit-test
! [ { 1 0 1 } ] [ 2 S^ H ] unit-test
! [ { 1 0 0 } ] [ 2 D^ H ] unit-test