aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/datetime/datetime.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/datetime/datetime.scm b/tests/unit/datetime/datetime.scm
index 650eea02..0ea8bcae 100644
--- a/tests/unit/datetime/datetime.scm
+++ b/tests/unit/datetime/datetime.scm
@@ -503,6 +503,11 @@
(test-equal
(date year: 2018 month: 1 day: 1)
(week-1-start (date year: 2018)
+ mon))
+
+ (test-equal
+ (date year: 2017 month: 1 day: 2)
+ (week-1-start (date year: 2017 month: 1 day: 1)
mon)))
(test-group "week-number"