factor/core/io/io-tests.factor

13 lines
353 B
Factor
Raw Normal View History

2007-09-20 18:09:08 -04:00
USING: arrays io io.files kernel math parser strings system
tools.test words namespaces make io.encodings.8-bit
2008-05-18 18:18:28 -04:00
io.encodings.binary sequences ;
2008-03-01 17:00:45 -05:00
IN: io.tests
2007-09-20 18:09:08 -04:00
[ f ] [
2008-03-26 18:07:50 -04:00
"resource:core/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