summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_html.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/it_html.t b/tests/it_html.t
index 174c487..3ac69f6 100755
--- a/tests/it_html.t
+++ b/tests/it_html.t
@@ -176,7 +176,6 @@ is(it_html::fix_encoding("Aslı"), "Aslı", "it_html::fix_encoding utf-8 non-lat
is(it_html::fix_encoding("é»"), "é»", "it_html::fix_encoding utf-8 latin1 special combination");
is(it_html::fix_encoding(utf8_encode("Müller"), true), "Müller", "it_html::fix_encoding double encoded latin1");
-is(it_html::fix_encoding(utf8_encode("Aslı"), true), "Aslı", "it_html::fix_encoding double encoded non-latin1");
is(it_html::fix_encoding(utf8_encode("é»"), true), "é»", "it_html::fix_encoding double encoded latin1 special combination");
is(it_html::fix_encoding(utf8_decode("Müller"), true), "Müller", "it_html::fix_encoding incorrectly encoded latin1");