factor/core/io/io-tests.factor

11 lines
237 B
Factor
Raw Normal View History

2009-02-08 18:34:17 -05:00
USING: io parser tools.test words ;
2008-03-01 17:00:45 -05:00
IN: io.tests
2007-09-20 18:09:08 -04:00
[ f ] [
2009-02-15 20:53:21 -05:00
"vocab:io/test/no-trailing-eol.factor" run-file
2008-03-01 17:00:45 -05:00
"foo" "io.tests" lookup
2007-09-20 18:09:08 -04:00
] unit-test
! Make sure we use correct to_c_string form when writing
[ ] [ "\0" write ] unit-test