factor/extra/zoneinfo/zoneinfo-tests.factor

8 lines
207 B
Factor
Raw Normal View History

2013-04-27 16:44:59 -04:00
! Copyright (C) 2013 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: kernel tools.test zoneinfo ;
IN: zoneinfo.tests
{ t }
[ "PST8PDT" find-zone-rules and >boolean ] unit-test