summaryrefslogtreecommitdiffstats
path: root/src/testdata.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdata.rs')
-rw-r--r--src/testdata.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testdata.rs b/src/testdata.rs
index 9fc9c7e..0fa9cd6 100644
--- a/src/testdata.rs
+++ b/src/testdata.rs
@@ -216,6 +216,16 @@ pub static TEST_MULTIPLE_EVENTS: &str = indoc!("
END:VCALENDAR
");
+pub static TEST_NO_DTSTART: &str = indoc!("
+ BEGIN:VCALENDAR
+ VERSION:2.0
+ PRODID:-//ABC Corporation//NONSGML My Product//EN
+ BEGIN:VEVENT
+ UID:uid3
+ DTSTAMP:20070423T123432Z
+ END:VEVENT
+ END:VCALENDAR
+");
pub static TEST_NO_SUMMARY: &str = indoc!("
BEGIN:VCALENDAR