aboutsummaryrefslogtreecommitdiff
path: root/tests/xcal.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-21 16:17:28 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-22 22:58:30 +0100
commitd00fea566004e67161ee45246b239fff5d416b0e (patch)
tree5641c0c0d0e78b046b6045ed2440512f12259560 /tests/xcal.scm
parentComplete rewrite of use2dot (diff)
downloadcalp-d00fea566004e67161ee45246b239fff5d416b0e.tar.gz
calp-d00fea566004e67161ee45246b239fff5d416b0e.tar.xz
Cleanup modules.
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
Diffstat (limited to '')
-rw-r--r--tests/xcal.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/xcal.scm b/tests/xcal.scm
index babb2218..df8a5135 100644
--- a/tests/xcal.scm
+++ b/tests/xcal.scm
@@ -3,9 +3,9 @@
;; 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)
+(((vcomponent formats xcal parse) sxcal->vcomponent)
+ ((vcomponent formats xcal output) vcomponent->sxcal)
+ ((vcomponent formats ical parse) parse-calendar)
((calp util) ->)
((vcomponent base)
parameters prop* children)