aboutsummaryrefslogtreecommitdiff
path: root/tests/rrule-parse.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/rrule-parse.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rrule-parse.scm b/tests/rrule-parse.scm
index b7a851a0..e2990cbc 100644
--- a/tests/rrule-parse.scm
+++ b/tests/rrule-parse.scm
@@ -1,3 +1,8 @@
+;;; Commentary:
+;; Basic tests that recurrence rule parsing works.
+;; Including that it fails on invalid output.
+;;; Code:
+
(((vcomponent recurrence parse)
parse-recurrence-rule)
((vcomponent recurrence) make-recur-rule)