From d00fea566004e67161ee45246b239fff5d416b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Dec 2021 16:17:28 +0100 Subject: 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. --- tests/vcomponent-datetime.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vcomponent-datetime.scm') diff --git a/tests/vcomponent-datetime.scm b/tests/vcomponent-datetime.scm index 0bc584f6..0f410979 100644 --- a/tests/vcomponent-datetime.scm +++ b/tests/vcomponent-datetime.scm @@ -8,7 +8,7 @@ datetime) ((vcomponent datetime) event-length/clamped) - ((vcomponent) parse-calendar) + ((vcomponent formats ical parse) parse-calendar) ) (define ev (call-with-input-string -- cgit v1.2.3