]> granicus.if.org Git - php/commitdiff
This test needed a newline after an echo.
authorWez Furlong <wez@php.net>
Sat, 25 Aug 2001 09:23:10 +0000 (09:23 +0000)
committerWez Furlong <wez@php.net>
Sat, 25 Aug 2001 09:23:10 +0000 (09:23 +0000)
# However, the test still fails on my system

ext/iconv/tests/001.phpt

index a380d278aa93412a87d1de9ca1444b9a51033fce..1713f0e968ef680d91e9a28188881dc685fcaddb 100644 (file)
@@ -6,7 +6,7 @@ iconv test
 --GET--
 --FILE--
 <?php
-echo "iconv extension is available";
+echo "iconv extension is available\n";
 $test = "Stig S誥her Bakken";
 print "$test\n";
 printf("%s\n", iconv("iso-8859-1", "utf-8", $test));