summaryrefslogtreecommitdiff
path: root/tests/it.t
diff options
context:
space:
mode:
authorUrban Müller2012-04-20 10:17:43 +0000
committerUrban Müller2012-04-20 10:17:43 +0000
commit177de5290677a71fe95e5264f1f21fad9cc7c469 (patch)
tree8c10c18c7b310c0f831629b08af513b4b0d15784 /tests/it.t
parent4de9c124f28b2f17b7b5b571fb4a1be81bfbbdc8 (diff)
downloaditools-177de5290677a71fe95e5264f1f21fad9cc7c469.tar.gz
itools-177de5290677a71fe95e5264f1f21fad9cc7c469.tar.bz2
itools-177de5290677a71fe95e5264f1f21fad9cc7c469.zip
any2utf8 quote fix and test
Diffstat (limited to 'tests/it.t')
-rwxr-xr-xtests/it.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/it.t b/tests/it.t
index 8e4a7e2..26a4e25 100755
--- a/tests/it.t
+++ b/tests/it.t
@@ -369,4 +369,6 @@ is(it::any2utf8(
' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ',
"it::any2utf8 latin1 input (exhaustive alphabet)");
+is(it::any2utf8(utf8_encode("ü")), "ü", "it::any2utf8 double encoding");
+
?>