factor/basis/multiline/multiline-tests.factor

17 lines
214 B
Factor
Raw Normal View History

2007-12-11 01:54:16 -05:00
USING: multiline tools.test ;
2008-03-08 05:27:19 -05:00
IN: multiline.tests
2007-12-11 01:54:16 -05:00
STRING: test-it
foo
bar
;
[ "foo\nbar\n" ] [ test-it ] unit-test
2007-12-11 17:23:56 -05:00
[ "foo\nbar\n" ] [ <" foo
bar
2008-09-24 20:04:44 -04:00
"> ] unit-test
[ "hello\nworld" ] [ <" hello
world"> ] unit-test