Fix test, and merge the modification from trunk

This commit is contained in:
Xinchen Hui 2012-03-22 17:30:16 +08:00
parent 27208de763
commit 523396cb28

View File

@ -29,9 +29,9 @@ function do_translit($st) {
return $st;
}
echo do_translit("Фуцк");
echo do_translit("Пеар");
?>
--EXPECT--
Fuck
Pear
--CREDITS--
Testfest Wuerzburg 2009-06-20
Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)