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]
/
extra
/
terminfo
/
terminfo-tests.factor
blob
d3af00c2ff15c076643911b1e1be1b407f228b26
1
USING: sequences strings terminfo tools.test ;
2
3
{ t } [
4
"vt102" terminfo-names member?
5
] unit-test
6
7
{ t } [
8
"vt102" terminfo-path string?
9
] unit-test