From bcc820ea743e0448b26a8fee5e8e0a9f85bc3c70 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 18 Aug 2014 11:29:46 +0200 Subject: Handle CRLF line endings in iCal files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RFC 2445 mentions that CRLF line endings may be used in iCal files. Handle them properly when importing. Reported-by: HÃ¥kan Jerning Signed-off-by: Lukas Fleischer --- test/data/ical-004.ical | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/data/ical-004.ical (limited to 'test/data') diff --git a/test/data/ical-004.ical b/test/data/ical-004.ical new file mode 100644 index 0000000..0ee3bcb --- /dev/null +++ b/test/data/ical-004.ical @@ -0,0 +1,12 @@ +BEGIN:VCALENDAR +VERSION:2.0 +BEGIN:VEVENT +DTSTART:19800101T000100 +DURATION:P1DT9H17M0S +SUMMARY:Calibrator's +END:VEVENT +BEGIN:VTODO +PRIORITY:1 +SUMMARY:Nary parabled Louvre's fleetest mered +END:VTODO +END:VCALENDAR -- cgit v1.2.3-54-g00ecf