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

4 lines
107 B
Factor

USING: smalltalk.printer tools.test ;
{ "#((1 2) 'hi')" } [ { { 1 2 } "hi" } smalltalk>string ] unit-test