diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 770d11a..2323e5e 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -181,4 +181,6 @@ is(it_html::fix_encoding(utf8_encode("é»"), true), "é»", "it_html::fix_encod is(it_html::fix_encoding(utf8_decode("Müller"), true), "Müller", "it_html::fix_encoding incorrectly encoded latin1"); +is(it_html::fix_encoding("a💚b"), "a💚b", "it_html::fix_encoding incorrectly encoded GREEN HEART"); + ?> |