factor/extra/terminfo/terminfo-tests.factor

11 lines
177 B
Factor

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