From d126696999966ebb2456603b047c3950fa4a4eac Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Tue, 3 Nov 2020 19:27:09 +0100 Subject: Make iCal event import independent of property ordering Refactoring of ical.c: properties DTSTART, DTEND, DURATION, RRULE and EXDATE are saved and only processed after encountering END:VEVENT. Adresses Github issue #323, follow-up question. Signed-off-by: Lars Henriksen Signed-off-by: Lukas Fleischer --- test/ical-009.sh | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'test/ical-009.sh') diff --git a/test/ical-009.sh b/test/ical-009.sh index 1abb96b..dbd0a30 100755 --- a/test/ical-009.sh +++ b/test/ical-009.sh @@ -17,27 +17,29 @@ if [ "$1" = 'actual' ]; then rm -rf "$tmpdir" || exit 1 elif [ "$1" = 'expected' ]; then cat <