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

9 lines
238 B
Factor
Raw Normal View History

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