1 USING: arrays io io.files kernel math parser strings system
2 tools.test words namespaces make io.encodings.8-bit
3 io.encodings.binary sequences ;
7 "resource:core/io/test/no-trailing-eol.factor" run-file
8 "foo" "io.tests" lookup
11 ! Make sure we use correct to_c_string form when writing
12 [ ] [ "\0" write ] unit-test