4 lines
134 B
Factor
4 lines
134 B
Factor
|
IN: smalltalk.printer.tests
|
||
|
USING: smalltalk.printer tools.test ;
|
||
|
|
||
|
[ "#((1 2) 'hi')" ] [ { { 1 2 } "hi" } smalltalk>string ] unit-test
|