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