From 91f8beb4d91bdf8d1ad1fed836fcdaeb895e45a5 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 8 Aug 2006 19:48:46 +0000 Subject: [PATCH] fix test --- ext/iconv/tests/iconv001.phpt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/iconv/tests/iconv001.phpt b/ext/iconv/tests/iconv001.phpt index a0c201087c..641678dfcb 100644 --- a/ext/iconv/tests/iconv001.phpt +++ b/ext/iconv/tests/iconv001.phpt @@ -17,3 +17,7 @@ var_dump("UTF-8: ".iconv( "ISO-8859-1", "UTF-8", $test ) ); iconv extension is available string(15) "ISO-8859-1: æøå" string(13) "UTF-8: æøå" +--UEXPECT-- +iconv extension is available +unicode(15) "ISO-8859-1: æøå" +unicode(13) "UTF-8: æøå" -- 2.50.1