]> gitweb.factorcode.org Git - factor.git/blob - core/source-files/source-files-tests.factor
e5e04c777f5eeb8584f8c055a0bc8c8561963d94
[factor.git] / core / source-files / source-files-tests.factor
1 IN: source-files.tests
2 USING: source-files tools.test assocs sequences strings
3 namespaces kernel ;
4
5 [ { } ] [ source-files get keys [ string? not ] filter ] unit-test