aboutsummaryrefslogtreecommitdiff
path: root/tests/datetime.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/datetime.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/datetime.scm b/tests/datetime.scm
index c4a725e8..ee25ca9d 100644
--- a/tests/datetime.scm
+++ b/tests/datetime.scm
@@ -40,7 +40,7 @@
(year d) (month d) (day d))))
(test-equal "Date print"
- "2020-01-01"
+ "#2020-01-01"
(format #f "~a" (date year: 2020 month: 1 day: 1)))
(test-equal "Syntax date="