summaryrefslogtreecommitdiffstats
path: root/src/testdata.rs
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-01-17 23:11:51 +0100
committerNora <nora.widdecke@tu-bs.de>2019-01-17 23:11:51 +0100
commit61923052e2e01850ed36cc6e7aaded7213f13f49 (patch)
tree71049592a5e09e7a694ba7d5987a84f9b601e3d4 /src/testdata.rs
parentab6272c5a7d9642a54cf34bfe2adb229deb97089 (diff)
icalcomponent: add test for LAST-MODIFIED property
Diffstat (limited to 'src/testdata.rs')
-rw-r--r--src/testdata.rs17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/testdata.rs b/src/testdata.rs
index db3173f..70ccf9a 100644
--- a/src/testdata.rs
+++ b/src/testdata.rs
@@ -31,6 +31,23 @@ pub static TEST_EVENT_MULTIDAY: &str = indoc!("
END:VCALENDAR
");
+pub static TEST_EVENT_MULTIDAY_LASTMODIFIED: &str = indoc!("
+ BEGIN:VCALENDAR
+ VERSION:2.0
+ PRODID:-//ABC Corporation//NONSGML My Product//EN
+ BEGIN:VEVENT
+ UID:20070423T123432Z-541111@example.com
+ DTSTAMP:20070423T123432Z
+ DTSTART;VALUE=DATE:20070628T132900
+ DTEND;VALUE=DATE:20070709T072900
+ SUMMARY:Festival International de Jazz de Montreal
+ LAST-MODIFIED:20070423T123432Z
+ LOCATION:LDB Lobby
+ TRANSP:TRANSPARENT
+ END:VEVENT
+ END:VCALENDAR
+");
+
pub static TEST_EVENT_EMPTY_SUMMARY: &str = indoc!("
BEGIN:VCALENDAR
VERSION:2.0