calendar

BSD calendar reimplementation
git clone https://git.ce9e.org/calendar.git

commit
6a6734ef105b801114d377508acb612c8de9f6a0
parent
8005de4c7e6e60af6d00fb33bad373c9a7c6eb58
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-04 12:13
typos

Diffstat

M test.c 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/test.c b/test.c

@@ -391,8 +391,8 @@ int main(int argc, char **argv) {
  391   391 	mu_test("matches mm/dd", test_is_match_mmdd);
  392   392 	mu_test("matches yyyy/mm/dd", test_is_match_yyyymmdd);
  393   393 	mu_test("matches yyyy/mm/dd+n", test_is_match_yyyymmdd_repeat);
  394    -1 	mu_test("matches wekday", test_is_match_weekday);
  395    -1 	mu_test("matches weekdat+n", test_is_match_weekday_with_nth_of_month);
   -1   394 	mu_test("matches weekday", test_is_match_weekday);
   -1   395 	mu_test("matches weekday+n", test_is_match_weekday_with_nth_of_month);
  396   396 	mu_test("matches mm/weekday", test_is_match_mm_weekday);
  397   397 	mu_test("matches yyyy/mm/weekday", test_is_match_yyyymm_weekday);
  398   398 	mu_test("matches easter", test_is_match_easter);