From 4a15ca01cea275528e059ca31474b927f613837a Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 12 Apr 2015 13:05:28 +0100 Subject: [PATCH] Minor fix in one charset-related test --- tests/3LocalhostTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ''; -- 2.43.0