]> gitweb.factorcode.org Git - factor.git/blob - extra/terminfo/terminfo-tests.factor
c9cad51f1c5be994c041af7321641a271c6cc365
[factor.git] / extra / terminfo / terminfo-tests.factor
1 USING: sequences strings terminfo tools.test ;
2 IN: terminfo.tests
3
4 { t } [
5     "vt102" terminfo-names member?
6 ] unit-test
7
8 { t } [
9     "vt102" terminfo-path string?
10 ] unit-test