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

6 lines
167 B
Factor
Raw Normal View History

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