/core/source-files/source-files-tests.factor
http://github.com/abeaumont/factor · Factor · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · 605f7fcbd13033f00292066e12c0e967 MD5 · raw file
- IN: source-files.tests
- USING: source-files tools.test assocs sequences strings
- namespaces kernel ;
- [ { } ] [ source-files get keys [ string? not ] filter ] unit-test