From b157c326fa2139529eee14781f39c9d3ab65668a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 17 Aug 2020 18:06:18 +0200 Subject: Start moving stuff out from output. --- tests/xcal.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/xcal.scm b/tests/xcal.scm index f11ca1aa..33699016 100644 --- a/tests/xcal.scm +++ b/tests/xcal.scm @@ -1,5 +1,5 @@ -(((vcomponent parse xcal) sxcal->vcomponent) - ((vcomponent parse ical) parse-calendar) +(((vcomponent xcal parse) sxcal->vcomponent) + ((vcomponent ical parse) parse-calendar) ((output xcal) vcomponent->sxcal) ((util) ->) ((vcomponent base) -- cgit v1.2.3