From 934838f77c3cc72ffc3094d40c38e05817154f59 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 26 Aug 2012 22:17:36 -0400 Subject: [PATCH] Fix whitespace. --- lib/Cake/Test/Case/Utility/StringTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Utility/StringTest.php b/lib/Cake/Test/Case/Utility/StringTest.php index 062005ec1..27bf9c34a 100644 --- a/lib/Cake/Test/Case/Utility/StringTest.php +++ b/lib/Cake/Test/Case/Utility/StringTest.php @@ -473,7 +473,7 @@ podeĆ­s adquirirla.

)); $expected = '© 2005-2007, Cake Software...'; $this->assertEquals($expected, $result); - + $result = $this->Text->truncate($text, 31, array( 'html' => true, 'exact' => true,