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/?p=plcapi.git;a=commitdiff_plain;h=4a15ca01cea275528e059ca31474b927f613837a Minor fix in one charset-related test --- diff --git a/tests/3LocalhostTest.php b/tests/3LocalhostTest.php index 99bb490..a0e9b2a 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. '';