Skip to content

Commit

Permalink
Fix test, and merge the modification from trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Mar 22, 2012
1 parent 27208de commit 523396c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/mbstring/tests/mb_eregi_replace.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 523396c

Please sign in to comment.