aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-02-14 00:01:25 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-02-14 00:01:25 +0100
commit029c2233e35a81e50154a1caedfe0041af9fb8b9 (patch)
tree4dfff42d7a13f3238e820e2aff0e178894b764d7 /tests
parentFix date<%, similar to time<. (diff)
downloadcalp-029c2233e35a81e50154a1caedfe0041af9fb8b9.tar.gz
calp-029c2233e35a81e50154a1caedfe0041af9fb8b9.tar.xz
Fix event-length/day.
Diffstat (limited to 'tests')
-rw-r--r--tests/srfi-19-alt-compare.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/srfi-19-alt-compare.scm b/tests/srfi-19-alt-compare.scm
index 7cf99bcd..5ee7e63d 100644
--- a/tests/srfi-19-alt-compare.scm
+++ b/tests/srfi-19-alt-compare.scm
@@ -63,3 +63,5 @@
(test-assert "date/-time< other dt, same date"
(date/-time< #2020-01-01 #2020-01-01T10:00:00))
+
+(test-assert (not (date/-time< #2018-11-30T08:10:00 #2014-04-13T16:00:00)))