]> gitweb.factorcode.org Git - factor.git/blob - core/io/io-tests.factor
Add vocab: for vocab-relative paths
[factor.git] / core / io / io-tests.factor
1 USING: io parser tools.test words ;
2 IN: io.tests
3
4 [ f ] [
5     "vocab:io/test/no-trailing-eol.factor" run-file
6     "foo" "io.tests" lookup
7 ] unit-test
8
9 ! Make sure we use correct to_c_string form when writing
10 [ ] [ "\0" write ] unit-test