factor/core/test/inspector.factor

12 lines
245 B
Factor
Raw Normal View History

2005-07-06 01:27:59 -04:00
IN: temporary
USING: kernel tools math namespaces prettyprint test
sequences inspector io ;
2005-08-23 15:50:32 -04:00
[ 1 2 3 ] describe
f describe
\ + describe
H{ } describe
H{ } describe
[ "an instance of the fixnum class\n" ] [ [ 3 describe ] string-out ] unit-test