terminfo.tests: two sanity tests

char-rename
Björn Lindqvist 2016-07-30 17:30:51 +02:00
parent e8f03d9e3a
commit 9a62e1188b
1 changed files with 10 additions and 0 deletions

View File

@ -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