factor/library/test/binary.factor

9 lines
205 B
Factor
Raw Normal View History

2005-06-10 17:41:41 -04:00
IN: temporary
USING: io test ;
2005-06-10 17:41:41 -04:00
[ "\0\0\u0004\u00d2" ] [ 1234 4 >be ] unit-test
[ "\u00d2\u0004\0\0" ] [ 1234 4 >le ] unit-test
[ 1234 ] [ 1234 4 >be be> ] unit-test
[ 1234 ] [ 1234 4 >le le> ] unit-test