From a2446d929654a4d1be113d6cab6b7fff4ae4e382 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 22 Apr 2013 04:23:12 -0400
Subject: [PATCH] Fix another text wrapping issue
---
tests/Framework/Mime.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tests/Framework/Mime.php b/tests/Framework/Mime.php
index f15379e..61123dd 100644
--- a/tests/Framework/Mime.php
+++ b/tests/Framework/Mime.php
@@ -181,6 +181,10 @@
array("abc def", 3, "-"),
"abc-def",
),
+ array(
+ array("----------------------------------------------------------------------------------------\nabc def123456789012345", 76),
+ "----------------------------------------------------------------------------------------\nabc def123456789012345",
+ ),
);
foreach ($samples as $sample) {
--
Gitblit v1.9.1