repo.or.cz
/
factor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "lists: Add list literal doc example."
[factor.git]
/
basis
/
vocabs
/
refresh
/
refresh-tests.factor
blob
61363aa2d759670c9524599e41f2ce024518ebe1
1
USING: vocabs.refresh tools.test continuations namespaces ;
2
3
{ } [
4
changed-vocabs get-global
5
f changed-vocabs set-global
6
{ t } [ "kernel" changed-vocab? ] unit-test
7
[ "kernel" changed-vocab ] [ changed-vocabs set-global ] [ ] cleanup
8
] unit-test