6 lines
167 B
Factor
6 lines
167 B
Factor
|
IN: source-files.tests
|
||
|
USING: source-files tools.test assocs sequences strings
|
||
|
namespaces kernel ;
|
||
|
|
||
|
[ { } ] [ source-files get keys [ string? not ] filter ] unit-test
|