factor/extra/logic/examples/fib2/fib2-tests.factor

8 lines
203 B
Factor
Raw Permalink Normal View History

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