factor/extra/terminfo/terminfo-tests.factor

10 lines
158 B
Factor
Raw Permalink Normal View History

2016-07-30 11:30:51 -04:00
USING: sequences strings terminfo tools.test ;
{ t } [
"vt102" terminfo-names member?
] unit-test
{ t } [
"vt102" terminfo-path string?
] unit-test