summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-05-03 08:24:26 +0200
committerAleksander Machniak <alec@alec.pl>2013-05-03 08:26:28 +0200
commitc067bb55df07703545102df7b466aff482361eb8 (patch)
tree3c5d71db92b3583abdd93b892ea709734ac4ca38 /tests
parentfedbd431c2c31aaa5fba70c3dc84965a714d4a10 (diff)
Fix another text wrap issue (added test case)
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 61123dd85..3035ba062 100644
--- a/tests/Framework/Mime.php
+++ b/tests/Framework/Mime.php
@@ -185,6 +185,10 @@ class Framework_Mime extends PHPUnit_Framework_TestCase
array("----------------------------------------------------------------------------------------\nabc def123456789012345", 76),
"----------------------------------------------------------------------------------------\nabc def123456789012345",
),
+ array(
+ array("-------\nabc def", 5),
+ "-------\nabc\ndef",
+ ),
);
foreach ($samples as $sample) {