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

5 lines
133 B
Factor
Raw Normal View History

USING: assocs namespaces sequences source-files strings
tools.test ;
2008-06-11 22:12:17 -04:00
{ { } } [ source-files get keys [ string? ] reject ] unit-test