Fix test transliterator_create_inverse_basic.phpt

This commit is contained in:
Fabien Villepinte 2017-07-28 14:38:51 +02:00 committed by Nikita Popov
parent b112d09013
commit 15abb2b56e

View File

@ -21,7 +21,8 @@ echo $orstr,"\n";
echo $new_str,"\n";
echo $recovstr,"\n";
var_dump(($orstr == $recovstr) == $recovstr2);
var_dump($orstr === $recovstr);
var_dump($orstr === $recovstr2);
echo "Done.\n";
--EXPECT--
@ -29,4 +30,5 @@ echo "Done.\n";
ōshanbyū
オーシャンビュー
bool(true)
bool(true)
Done.