Help lint: check for empty description elements
[factor/jcg.git] / basis / tools / files / files-tests.factor
blobaa4273f35fd606b14dcaacc654decbe4f49a84a9
1 ! Copyright (C) 2008 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: tools.test tools.files strings kernel ;
4 IN: tools.files.tests
6 [ ] [ "" directory. ] unit-test
8 [ ] [ file-systems. ] unit-test