aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-13 00:55:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-13 01:06:04 +0200
commit52378d6fbc0387c8315fed0d702b0919e63a8279 (patch)
tree0798055bca743582a0ac3ade526bb376bafa80cb /tests
parentMove recurrence output test to tests/. (diff)
downloadcalp-52378d6fbc0387c8315fed0d702b0919e63a8279.tar.gz
calp-52378d6fbc0387c8315fed0d702b0919e63a8279.tar.xz
Date, time & datetime now display themself in read-able forms.
Diffstat (limited to 'tests')
-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="