]> gitweb.factorcode.org Git - factor.git/blob - core/source-files/source-files-tests.factor
feature(redis): lua script words
[factor.git] / core / source-files / source-files-tests.factor
1 USING: assocs namespaces sequences source-files strings
2 tools.test ;
3
4 { { } } [ source-files get keys [ string? ] reject ] unit-test