summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-22 10:22:16 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-22 10:22:16 +0200
commit1041aa46da9fe177d33aae1f1bf4fc1a1eb79529 (patch)
treea86ba5611d11ac9d9f582fe527c4eacee2239950 /tests
parent7439d3ee14ea8b9e61f656ab092b8d83c72e0dc9 (diff)
Fix another text wrapping issue
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Mime.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Framework/Mime.php b/tests/Framework/Mime.php
index f15379e5f..61123dd85 100644
--- a/tests/Framework/Mime.php
+++ b/tests/Framework/Mime.php
@@ -181,6 +181,10 @@ class Framework_Mime extends PHPUnit_Framework_TestCase
array("abc def", 3, "-"),
"abc-def",
),
+ array(
+ array("----------------------------------------------------------------------------------------\nabc def123456789012345", 76),
+ "----------------------------------------------------------------------------------------\nabc def123456789012345",
+ ),
);
foreach ($samples as $sample) {