aboutsummaryrefslogtreecommitdiff
path: root/tests/param.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/param.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/param.scm b/tests/param.scm
index 0c4190dd..23704948 100644
--- a/tests/param.scm
+++ b/tests/param.scm
@@ -1,3 +1,8 @@
+;;; Commentary:
+;; Checks that parameters (1) are correctly parsed and stored.
+;; (1): 'A', and 'B' in the line "KEY;A=1;B=2:Some text"
+;;; Code:
+
(((vcomponent base) param prop* parameters)
((vcomponent parse) parse-calendar)
((calp util) sort*))