tests/mailfunc.php
@@ -106,7 +106,7 @@ $part = $this->get_html_part('src/invalidchars.html'); $washed = rcmail_print_body($part); $this->assertPattern('/<p>ÑОЌвПл<\/p>/', $washed, "Remove non-unicode characters from HTML message body"); $this->assertPattern('/<p>символ<\/p>/', $washed, "Remove non-unicode characters from HTML message body"); } /**