aboutsummaryrefslogtreecommitdiff
path: root/tests/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-21 16:17:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-22 22:58:30 +0100
commitd00fea566004e67161ee45246b239fff5d416b0e (patch)
tree5641c0c0d0e78b046b6045ed2440512f12259560 /tests/datetime.scm
parentComplete rewrite of use2dot (diff)
downloadcalp-d00fea566004e67161ee45246b239fff5d416b0e.tar.gz
calp-d00fea566004e67161ee45246b239fff5d416b0e.tar.xz
Cleanup modules.
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
Diffstat (limited to 'tests/datetime.scm')
-rw-r--r--tests/datetime.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/datetime.scm b/tests/datetime.scm
index 5bf2df6d..1eb3fb3b 100644
--- a/tests/datetime.scm
+++ b/tests/datetime.scm
@@ -149,3 +149,5 @@
#2020-02-29 (date+ #2020-02-28 (date day: 1)))
+
+;; TODO string->date family