aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 01:14:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-08 01:14:08 +0200
commit66a7c831023efae166d90a1bb5d22b170feec83c (patch)
treed1b0a0e63d0bec1c5d3c458248673b4441a9d7c7
parentJavascript self closing XML tags. (diff)
downloadcalp-66a7c831023efae166d90a1bb5d22b170feec83c.tar.gz
calp-66a7c831023efae166d90a1bb5d22b170feec83c.tar.xz
TODO about list parser.
-rw-r--r--module/vcomponent/parse/ical.scm2
1 files changed, 2 insertions, 0 deletions
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))