From 52378d6fbc0387c8315fed0d702b0919e63a8279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 13 Jun 2020 00:55:15 +0200 Subject: Date, time & datetime now display themself in read-able forms. --- tests/datetime.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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=" -- cgit v1.2.3