-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dont treat components with a subset of other a larger components' sub…
…components as equal to the bigger component
- Loading branch information
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
BEGIN:VCALENDAR | ||
VERSION:2.0 | ||
PRODID:icalendar-2023 | ||
BEGIN:VEVENT | ||
UID:1 | ||
SUMMARY: Some event ':' | ||
DTSTART;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T160000 | ||
DTEND;TZID="Western/Central Europe";VALUE=DATE-TIME:20211101T163000 | ||
DTSTAMP:20211004T150245Z | ||
END:VEVENT | ||
END:VCALENDAR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters