From 7ac4c29ea99cef01867b22db65f099afffda8dc5 Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 10 Jun 2026 16:56:06 -0400 Subject: [PATCH] fix(06): IN-06 fold long DESCRIPTION line per RFC 5545 in weekly-count3 fixture --- apps/api/tests/fixtures/weekly-count3.ics | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/api/tests/fixtures/weekly-count3.ics b/apps/api/tests/fixtures/weekly-count3.ics index 7a11d3b..c775932 100644 --- a/apps/api/tests/fixtures/weekly-count3.ics +++ b/apps/api/tests/fixtures/weekly-count3.ics @@ -7,6 +7,7 @@ DTSTART:20260601T090000Z DTEND:20260601T100000Z RRULE:FREQ=WEEKLY;COUNT=3 SUMMARY:Weekly Count 3 -DESCRIPTION:Bounded weekly series — exactly 3 occurrences (COUNT=3); each occurrence duration is 1 hour from DTSTART→DTEND +DESCRIPTION:Bounded weekly series — exactly 3 occurrences (COUNT=3); + each occurrence duration is 1 hour from DTSTART→DTEND END:VEVENT END:VCALENDAR