aboutsummaryrefslogtreecommitdiff
path: root/tests/recurrence-id.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 21:58:22 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-01-13 22:49:05 +0100
commit7859d0fe7249acc97e0321849a7b1acbcefbc1ff (patch)
tree039bc31337f89a8ef675da25abd35feaa3d79abe /tests/recurrence-id.scm
parentAdd commentary to run-tests. (diff)
downloadcalp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.gz
calp-7859d0fe7249acc97e0321849a7b1acbcefbc1ff.tar.xz
Add commentary to all test files.
Diffstat (limited to '')
-rw-r--r--tests/recurrence-id.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/recurrence-id.scm b/tests/recurrence-id.scm
index 601b0f71..8af978c0 100644
--- a/tests/recurrence-id.scm
+++ b/tests/recurrence-id.scm
@@ -1,3 +1,9 @@
+;;; Commentary:
+;; Tests that exceptions (in the recurrence-id meaning)
+;; in recurrence sets are handled correctly.
+;; TODO Is however far from done.
+;;; Code:
+
(((srfi srfi-41) stream->list)
((vcomponent) parse-calendar)
((vcomponent recurrence) generate-recurrence-set)