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

9 lines
238 B
Factor

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