summaryrefslogtreecommitdiff
path: root/tests/it_html.t
diff options
context:
space:
mode:
authorChristian Weber2012-03-30 16:17:08 +0000
committerChristian Weber2012-03-30 16:17:08 +0000
commit3242f516a6c3e89fa898d96927746447e15d7750 (patch)
treed08d62badc2dbe8f6b7f24382a895ab7d0adc896 /tests/it_html.t
parenta3afb6a148ab25fc47d92ecf1285941edef5204f (diff)
downloaditools-3242f516a6c3e89fa898d96927746447e15d7750.tar.gz
itools-3242f516a6c3e89fa898d96927746447e15d7750.tar.bz2
itools-3242f516a6c3e89fa898d96927746447e15d7750.zip
correct GREEN HEART test description
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-xtests/it_html.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_html.t b/tests/it_html.t
index 2323e5e..174c487 100755
--- a/tests/it_html.t
+++ b/tests/it_html.t
@@ -181,6 +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");
+is(it_html::fix_encoding("a💚b"), "a💚b", "it_html::fix_encoding correctly handles 4-byte utf-8 character GREEN HEART");
?>