repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
[factor/jcg.git]
/
core
/
source-files
/
source-files-tests.factor
blob
e5e04c777f5eeb8584f8c055a0bc8c8561963d94
1
IN: source-files.tests
2
USING: source-files tools.test assocs sequences strings
3
namespaces kernel ;
4
5
[ { } ] [ source-files get keys [ string? not ] filter ] unit-test