factor/extra/terminfo/terminfo-tests.factor

10 lines
158 B
Factor

USING: sequences strings terminfo tools.test ;
{ t } [
"vt102" terminfo-names member?
] unit-test
{ t } [
"vt102" terminfo-path string?
] unit-test