From 66a7c831023efae166d90a1bb5d22b170feec83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 8 Jul 2020 01:14:08 +0200 Subject: TODO about list parser. --- module/vcomponent/parse/ical.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/vcomponent') diff --git a/module/vcomponent/parse/ical.scm b/module/vcomponent/parse/ical.scm index a07487f0..c4bb059f 100644 --- a/module/vcomponent/parse/ical.scm +++ b/module/vcomponent/parse/ical.scm @@ -131,6 +131,8 @@ ;; TEXT, but allow a list [(memv key '(CATEGORIES RESOURCES)) + ;; TODO An empty value should lead to an empty set + ;; currently it seems to lead to '("") (get-parser 'TEXT)] [(memv key '(VERSION)) -- cgit v1.2.3