From 715e36ab81389ebf53ea158027d0a83f144eee0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 30 Jun 2020 01:58:19 +0200 Subject: Finished renamining attribute to property. --- tests/recurring.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/recurring.scm') diff --git a/tests/recurring.scm b/tests/recurring.scm index c5ae43c6..3922f1b6 100644 --- a/tests/recurring.scm +++ b/tests/recurring.scm @@ -1,6 +1,6 @@ (((srfi srfi-41) stream-take stream-map stream->list stream-car) ((datetime util) day-stream) - ((vcomponent base) extract attr) + ((vcomponent base) extract prop) ((vcomponent) parse-calendar) ((vcomponent recurrence) generate-recurrence-set)) @@ -27,7 +27,7 @@ END:VEVENT" (generate-recurrence-set ev))) (stream->list 5 (day-stream - (attr ev 'DTSTART)))) + (prop ev 'DTSTART)))) ;; We run the exact same thing a secound time, since I had an error with ;; that during development. @@ -40,7 +40,7 @@ END:VEVENT" (stream->list (stream-take 5 (day-stream - (attr ev 'DTSTART))))) + (prop ev 'DTSTART))))) (define ev -- cgit v1.2.3