terminfo.tests: two sanity tests
parent
e8f03d9e3a
commit
9a62e1188b
|
@ -0,0 +1,10 @@
|
||||||
|
USING: sequences strings terminfo tools.test ;
|
||||||
|
IN: terminfo.tests
|
||||||
|
|
||||||
|
{ t } [
|
||||||
|
"vt102" terminfo-names member?
|
||||||
|
] unit-test
|
||||||
|
|
||||||
|
{ t } [
|
||||||
|
"vt102" terminfo-path string?
|
||||||
|
] unit-test
|
Loading…
Reference in New Issue