summaryrefslogtreecommitdiff
path: root/tests/it_html.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-xtests/it_html.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/it_html.t b/tests/it_html.t
index 307bc7f..7e43faa 100755
--- a/tests/it_html.t
+++ b/tests/it_html.t
@@ -169,6 +169,7 @@ is(
is(it_html::entity_decode("’"), "'", "it_html::entity_decode numeric decimal entity");
is(it_html::entity_decode("࿿"), " ", "it_html::entity_decode invalid numeric hex entity");
is(it_html::entity_decode("ϧ"), " ", "it_html::entity_decode invalid numeric decimal entity");
+is(it_html::entity_decode("‹"), " ", "it_html::entity_decode entity von 0x80-0x9f");
?>