2007-09-20 18:09:08 -04:00
|
|
|
USING: arrays io io.files kernel math parser strings system
|
2008-09-11 01:20:06 -04:00
|
|
|
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
|