factor/extra/logic/examples/zebra-short/zebra-short-tests.factor

11 lines
272 B
Factor
Raw Normal View History

2020-03-01 04:19:07 -05:00
! Copyright (C) 2019 Your name.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test factlog factlog.examples.zebra-short ;
IN: factlog.examples.zebra-short.tests
{
{ H{ { X japanese } } H{ { X japanese } } }
}
[ { zebrao X } query ] unit-test