]> gitweb.factorcode.org Git - factor.git/blob - extra/zoneinfo/zoneinfo-tests.factor
factor: clean up spaces in -tests files
[factor.git] / extra / zoneinfo / zoneinfo-tests.factor
1 ! Copyright (C) 2013 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: kernel tools.test zoneinfo ;
4 IN: zoneinfo.tests
5
6 { t }
7 [ "PST8PDT" find-zone-rules and >boolean ] unit-test