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

5 lines
133 B
Factor

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