]> gitweb.factorcode.org Git - factor.git/blob - core/io/io-tests.factor
Merge branch 'master' into experimental
[factor.git] / core / io / io-tests.factor
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 ;
4 IN: io.tests
5
6 [ f ] [
7     "resource:core/io/test/no-trailing-eol.factor" run-file
8     "foo" "io.tests" lookup
9 ] unit-test
10
11 ! Make sure we use correct to_c_string form when writing
12 [ ] [ "\0" write ] unit-test