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/xcal.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/xcal.scm') diff --git a/tests/xcal.scm b/tests/xcal.scm index 1748cba3..babb2218 100644 --- a/tests/xcal.scm +++ b/tests/xcal.scm @@ -1,3 +1,8 @@ +;;; Commentary: +;; Basic tests of xcal convertion. +;; Currently only checks that events survive a round trip. +;;; Code: + (((vcomponent xcal parse) sxcal->vcomponent) ((vcomponent xcal output) vcomponent->sxcal) ((vcomponent ical parse) parse-calendar) -- cgit v1.2.3