From: gggeek Date: Sun, 12 Apr 2015 12:05:28 +0000 (+0100) Subject: Minor fix in one charset-related test X-Git-Tag: 4.0.0-alpha^2~92 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=4a15ca01cea275528e059ca31474b927f613837a;hp=568742e1a2911037c8d164716c138aa2cce74039;p=plcapi.git Minor fix in one charset-related test --- diff --git a/tests/3LocalhostTest.php b/tests/3LocalhostTest.php index 99bb4908..a0e9b2a3 100644 --- a/tests/3LocalhostTest.php +++ b/tests/3LocalhostTest.php @@ -152,7 +152,7 @@ class LocalhostTest extends PHPUnit_Framework_TestCase public function testLatin1String() { $sendstring = - "last but not least weird names: G" . chr(252) . "nter, El" . chr(232) . "ne, and an xml comment closing tag: -->"; + "last but not least weird names: G" . chr(252) . "nter, El" . chr(232) . "ne"; $f = 'examples.stringecho'. $sendstring. '';