From 1041aa46da9fe177d33aae1f1bf4fc1a1eb79529 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Mon, 22 Apr 2013 04:22:16 -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