aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 01:26:08 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-03-20 01:26:08 +0100
commitad6a6bc6027f36f505a227bc73a0c3b720f47c87 (patch)
tree730d9101ad366587c311e41efe9955d3cd94c34c /tests
parentAdd print-and-return macro. (diff)
downloadcalp-ad6a6bc6027f36f505a227bc73a0c3b720f47c87.tar.gz
calp-ad6a6bc6027f36f505a227bc73a0c3b720f47c87.tar.xz
Start work on better wide html renderer.
Diffstat (limited to 'tests')
-rw-r--r--tests/datetime-compare.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/datetime-compare.scm b/tests/datetime-compare.scm
index 0548ac25..eab2b949 100644
--- a/tests/datetime-compare.scm
+++ b/tests/datetime-compare.scm
@@ -64,4 +64,8 @@
(test-assert "date/-time< other dt, same date"
(date/-time< #2020-01-01 #2020-01-01T10:00:00))
+(test-assert "date/-time< time-only"
+ (date/-time< #00:00:00 #10:00:00))
+
(test-assert (not (date/-time< #2018-11-30T08:10:00 #2014-04-13T16:00:00)))
+