factor/library/test/lists/combinators.factor

14 lines
300 B
Factor
Raw Normal View History

IN: temporary
2004-11-17 20:59:28 -05:00
USE: kernel
USE: lists
USE: math
USE: namespaces
USE: test
USE: strings
2005-04-30 01:12:23 -04:00
USE: sequences
2004-11-17 20:59:28 -05:00
[ "fdsfs" [ > ] sort ] unit-test-fails
[ [ ] ] [ [ ] [ > ] sort ] unit-test
[ [ "2 + 2" ] ] [ [ "2 + 2" ] [ lexi> ] sort ] unit-test
[ [ 1 2 3 4 5 6 7 ] ] [ [ 6 4 5 7 2 1 3 ] [ > ] sort ] unit-test