aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/calendar/icalendar-tests.el18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/lisp/calendar/icalendar-tests.el b/test/lisp/calendar/icalendar-tests.el
index baea4804045..0d7004d7106 100644
--- a/test/lisp/calendar/icalendar-tests.el
+++ b/test/lisp/calendar/icalendar-tests.el
@@ -1300,6 +1300,24 @@ UID:9188710a-08a7-4061-bae3-d4cf4972599a
1300" 1300"
1301)) 1301))
1302 1302
1303(ert-deftest icalendar-import-bug-33277 ()
1304 ;;bug#33277 -- start time equals end time
1305 (icalendar-tests--test-import
1306 "DTSTART:20181105T200000Z
1307DTSTAMP:20181105T181652Z
1308DESCRIPTION:
1309LAST-MODIFIED:20181105T181646Z
1310LOCATION:
1311SEQUENCE:0
1312SUMMARY:event with same start/end time
1313TRANSP:OPAQUE
1314"
1315
1316 "&2018/11/5 21:00 event with same start/end time\n"
1317 "&5/11/2018 21:00 event with same start/end time\n"
1318 "&11/5/2018 21:00 event with same start/end time\n"
1319 ))
1320
1303(ert-deftest icalendar-import-multiple-vcalendars () 1321(ert-deftest icalendar-import-multiple-vcalendars ()
1304 (icalendar-tests--test-import 1322 (icalendar-tests--test-import
1305 "DTSTART;VALUE=DATE:20110723 1323 "DTSTART;VALUE=DATE:20110723