factor/extra/smalltalk/printer/printer-tests.factor

4 lines
134 B
Factor
Raw Normal View History

2009-03-31 02:37:05 -04:00
IN: smalltalk.printer.tests
USING: smalltalk.printer tools.test ;
[ "#((1 2) 'hi')" ] [ { { 1 2 } "hi" } smalltalk>string ] unit-test