factor/core/source-files/source-files-tests.factor

6 lines
163 B
Factor

IN: source-files.tests
USING: source-files tools.test assocs sequences strings
namespaces kernel ;
{ { } } [ source-files get keys [ string? ] reject ] unit-test