@@ -18,7 +18,7 @@ public function testZCiCalDataNode(string $line) : void
1818 {
1919 $ dataNode = new \ICalendarOrg \ZCiCalDataNode ($ line );
2020 $ generated = "{$ dataNode }" ;
21- $ this ->assertEquals ($ line . "\n" , $ generated , $ line . ' has an error ' );
21+ $ this ->assertEquals ($ line . "\r\ n" , $ generated , $ line . ' has an error ' );
2222 }
2323
2424 /**
@@ -30,11 +30,11 @@ public function providerZCiCalDataNode() : array
3030 {
3131 return [
3232 ['ACTION:AUDIO ' ],
33- ['ATTACH;FMTTYPE=application/postscript:ftp://example.com/pub/conf/ bkgrnd.ps ' ],
34- ['ATTACH;FMTTYPE=audio/basic:http://example.com/pub/audio-files/ ssbanner.aud ' ],
33+ ['ATTACH;FMTTYPE=application/postscript:ftp://example.com/pub/bkgrnd.ps ' ],
34+ ['ATTACH;FMTTYPE=audio/basic:http://example.com/pub/ssbanner.aud ' ],
3535 [
'ATTENDEE;PARTSTAT=ACCEPTED:mailto:[email protected] ' ],
3636 [
'ATTENDEE;RSVP=TRUE:mailto:[email protected] ' ],
37- ['ATTENDEE;RSVP=TRUE;ROLE=REQ-PARTICIPANT;CUTYPE=GROUP:mailto:employee-A@example .com ' ],
37+ ['ATTENDEE;RSVP=TRUE;ROLE=REQ-PARTICIPANT;CUTYPE=GROUP:mailto:a@ex .com ' ],
3838 ['CATEGORIES:CONFERENCE ' ],
3939 ['CATEGORIES:MEETING ' ],
4040 ['CATEGORIES:MEETING,PROJECT ' ],
@@ -53,9 +53,11 @@ public function providerZCiCalDataNode() : array
53532. Definitionof project processes.
54543. Review of project schedule.
5555Participants: John Smith, Jane Doe, Jim Dandy
56- -It was decided that the requirements need to be signed off by product marketing.
56+ -It was decided that the requirements need to be signed off by
57+ product marketing.
5758-Project processes were accepted.
58- -Project schedule needs to account for scheduled holidays and employee vacation time. Check with HR for specific dates.
59+ -Project schedule needs to account for scheduled holidays and
60+ employee vacation time. Check with HR for specific dates.
5961-New schedule will be distributed by Friday.
6062-Next weeks meeting is cancelled. No meeting until 3/23. ' ],
6163 ['DTEND:19960920T220000Z ' ],
0 commit comments