]> gitweb.factorcode.org Git - factor.git/blob - extra/tools/cal/cal-tests.factor
ce4115e371e2b390db68550675d3d6e26a8bab21
[factor.git] / extra / tools / cal / cal-tests.factor
1 USING: calendar tools.cal.private tools.test ;
2 IN: tools.cal.tests
3
4 {
5     "    October 2010    "
6 } [
7     2010 10 10 <date> month-header
8 ] unit-test
9
10 {
11     "                              2010                              "
12 } [
13     2010 10 10 <date> year-header
14 ] unit-test