@@ -35,35 +35,34 @@ $mailer = new TestMailer;
3535$ mailer ->send ($ mail );
3636
3737Assert::match (<<<'EOD'
38- MIME-Version: 1.0
39- X-Mailer: Nette Framework
40- Date: %a%
41- From: John Doe <[email protected] > 42- 43- Subject: Hello Jane!
44- Message-ID: <%S%@%S%>
45- Content-Type: multipart/alternative;
46- boundary="--------%S%"
38+ MIME-Version: 1.0
39+ X-Mailer: Nette Framework
40+ Date: %a%
41+ From: John Doe <[email protected] >42+ 43+ Subject: Hello Jane!
44+ Message-ID: <%S%@%S%>
45+ Content-Type: multipart/alternative;
46+ boundary="--------%S%"
4747
48- ----------%S%
49- Content-Type: text/plain; charset=UTF-8
50- Content-Transfer-Encoding: 8bit
48+ ----------%S%
49+ Content-Type: text/plain; charset=UTF-8
50+ Content-Transfer-Encoding: 8bit
5151
52- Příliš žluťoučký <http://green.example.com>
53- žlutý kůň <http://horse.example.com>
54- ----------%S%
55- Content-Type: text/html; charset=UTF-8
56- Content-Transfer-Encoding: 8bit
52+ Příliš žluťoučký <http://green.example.com>
53+ žlutý kůň <http://horse.example.com>
54+ ----------%S%
55+ Content-Type: text/html; charset=UTF-8
56+ Content-Transfer-Encoding: 8bit
5757
58- <b><span>Příliš </span> <a href="http://green.example.com">žluťoučký</a><br>
59- <a
60- href='http://horse.example.com'
61- style="abc"
62- >
63- žlutý
64- kůň
65- </a>
66- </b>
67- ----------%S%--
68- EOD
69- , TestMailer::$ output );
58+ <b><span>Příliš </span> <a href="http://green.example.com">žluťoučký</a><br>
59+ <a
60+ href='http://horse.example.com'
61+ style="abc"
62+ >
63+ žlutý
64+ kůň
65+ </a>
66+ </b>
67+ ----------%S%--
68+ EOD, TestMailer::$ output );
0 commit comments