11 lines
272 B
Factor
11 lines
272 B
Factor
|
! 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
|
||
|
|