Revert "lists: Add list literal doc example."
[factor.git] / extra / terminfo / terminfo-tests.factor
blobd3af00c2ff15c076643911b1e1be1b407f228b26
1 USING: sequences strings terminfo tools.test ;
3 { t } [
4     "vt102" terminfo-names member?
5 ] unit-test
7 { t } [
8     "vt102" terminfo-path string?
9 ] unit-test