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:23:12 +0200
commita2446d929654a4d1be113d6cab6b7fff4ae4e382 (patch)
tree850c647b7ccae10ac67c9f4bed61e9485c9c8d0b /tests
parent102b08c6a23a1388c95fae00d2ff850f1fa7e2c4 (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) {