From 977e04a898e1cff122de934e6b05e32ead186e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 2 Dec 2023 03:25:34 +0100 Subject: STASH: work on formats. --- tests/unit/formats/run.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/unit/formats/run.scm') diff --git a/tests/unit/formats/run.scm b/tests/unit/formats/run.scm index 860ccae9..85650409 100644 --- a/tests/unit/formats/run.scm +++ b/tests/unit/formats/run.scm @@ -122,7 +122,7 @@ ((@@ (vcomponent formats sxcal) serialize/object) ev) `((,xcal . xcal))) p)) - ;; TODO parse + ;; parse: sxcs:deserialize )) (test-group "xCalendar" @@ -133,12 +133,14 @@ (lambda (port) (xcs:serialize ev port))) xmllint (display p))) - ;; TODO parse + parse: xcs:deserialize )) -'((vcomponent formats xcal) +'((vcomponent formats common types) + + (vcomponent formats xcal) (vcomponent formats xcal output) (vcomponent formats xcal parse) (vcomponent formats xcal types) -- cgit v1.2.3