aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-15 01:05:31 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-15 01:05:31 +0200
commit527dbb981e87ca70d3f425b965b08d3b3420198a (patch)
treedb8435256c90024b054eed6211e06fc1f8e9631b /tests
parentRepaired ability to set config value to #f. (diff)
downloadcalp-527dbb981e87ca70d3f425b965b08d3b3420198a.tar.gz
calp-527dbb981e87ca70d3f425b965b08d3b3420198a.tar.xz
Work on parser.
Diffstat (limited to 'tests')
-rw-r--r--tests/recurring.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/recurring.scm b/tests/recurring.scm
index 024dad55..c5ae43c6 100644
--- a/tests/recurring.scm
+++ b/tests/recurring.scm
@@ -10,7 +10,7 @@
(define ev
(call-with-input-string
"BEGIN:VEVENT
-DTSTART:20190302
+DTSTART;VALUE=DATE:20190302
RRULE:FREQ=DAILY
END:VEVENT"
parse-calendar))