assertEquals($output, convert_chars($input));
}
/**
* @ticket 20503
*/
function test_replaces_latin_letter_z_with_caron() {
$input = "";
$output = "Žž";
$this->assertEquals( $output, convert_chars( $input ) );
}
function test_converts_html_br_and_hr_to_the_xhtml_self_closing_variety() {
$inputs = array(
"abc
lol
" => "abc
lol
",
"
ho ho