diff options
Diffstat (limited to 'test/lisp/calendar/icalendar-resources/import-non-recurring-long-summary.ics')
-rw-r--r-- | test/lisp/calendar/icalendar-resources/import-non-recurring-long-summary.ics | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/lisp/calendar/icalendar-resources/import-non-recurring-long-summary.ics b/test/lisp/calendar/icalendar-resources/import-non-recurring-long-summary.ics new file mode 100644 index 00000000000..39ae02f10ca --- /dev/null +++ b/test/lisp/calendar/icalendar-resources/import-non-recurring-long-summary.ics @@ -0,0 +1,10 @@ +BEGIN:VCALENDAR +PRODID:-//Emacs//NONSGML icalendar.el//EN +VERSION:2.0 +BEGIN:VEVENT +SUMMARY:long + summary +DTSTART;VALUE=DATE:20030919 +END:VEVENT +END:VCALENDAR + |