]> gitweb.factorcode.org Git - factor.git/blob - core/inspector/inspector-tests.factor
Initial import
[factor.git] / core / inspector / inspector-tests.factor
1 USING: kernel tools.test math namespaces prettyprint
2 sequences inspector io.streams.string ;
3 IN: temporary
4
5 [ 1 2 3 ] describe
6 f describe
7 \ + describe
8 H{ } describe
9 H{ } describe
10
11 [ "fixnum instance\n" ] [ [ 3 describe ] string-out ] unit-test