factor/extra/tools/cal/cal-tests.factor

15 lines
272 B
Factor
Raw Normal View History

2017-01-03 09:30:59 -05:00
USING: calendar tools.cal.private tools.test ;
IN: tools.cal.tests
{
" October 2010 "
} [
2010 10 10 <date> month-header
] unit-test
{
" 2010 "
} [
2010 10 10 <date> year-header
] unit-test