summaryrefslogtreecommitdiffstats
path: root/src/testdata.rs
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-01-04 20:13:27 +0100
committerNora <nora.widdecke@tu-bs.de>2019-01-04 20:13:27 +0100
commit0f3a8322cfc1f43a3c7c17fe8f065a1b12dce8ec (patch)
tree0585e8c08388b83d0e77927e913f4b5ab9f9b31c /src/testdata.rs
parent958f664fb4b44d2a12f45d505cb48203226a0b45 (diff)
fix testevent with multiline DESCRIPTION
Diffstat (limited to 'src/testdata.rs')
-rw-r--r--src/testdata.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdata.rs b/src/testdata.rs
index cd2caaa..8d16687 100644
--- a/src/testdata.rs
+++ b/src/testdata.rs
@@ -31,7 +31,7 @@ pub static TEST_EVENT_NO_PRODID: &str = indoc!("
");
// from https://tools.ietf.org/html/rfc5545#section-4
-pub static TEST_EVENT_ONE_MEETING: &str = indoc!("
+pub static TEST_EVENT_ONE_MEETING: &str = indoc!(r"
BEGIN:VCALENDAR
METHOD:xyz
VERSION:2.0
@@ -48,7 +48,7 @@ pub static TEST_EVENT_ONE_MEETING: &str = indoc!("
CLASS:PUBLIC
SUMMARY:Calendaring Interoperability Planning Meeting
DESCRIPTION:Discuss how we can test c&s interoperability\n
- using iCalendar and other IETF standards.
+ using iCalendar and other IETF standards.
LOCATION:LDB Lobby
ATTACH;FMTTYPE=application/postscript:ftp://example.com/pub/conf/bkgrnd.ps
END:VEVENT