From 7859d0fe7249acc97e0321849a7b1acbcefbc1ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 13 Jan 2021 21:58:22 +0100 Subject: Add commentary to all test files. --- tests/param.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/param.scm') 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*)) -- cgit v1.2.3