summaryrefslogtreecommitdiff
path: root/tests/it_html.t
diff options
context:
space:
mode:
authorChristian Schneider2009-06-05 16:25:24 +0000
committerChristian Schneider2009-06-05 16:25:24 +0000
commit0de207a9726a2b8390dabb12096c8d21b4ee09ca (patch)
treebce04f97753c8fa1d098c187d14e190a54dbe6b4 /tests/it_html.t
parentb7369933d3a0f6f7c6848e352f45e4385a73bfde (diff)
downloaditools-0de207a9726a2b8390dabb12096c8d21b4ee09ca.tar.gz
itools-0de207a9726a2b8390dabb12096c8d21b4ee09ca.tar.bz2
itools-0de207a9726a2b8390dabb12096c8d21b4ee09ca.zip
Properly handle single quotes in URL in U()
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-xtests/it_html.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/it_html.t b/tests/it_html.t
index 005b8a7..75a8c69 100755
--- a/tests/it_html.t
+++ b/tests/it_html.t
@@ -125,5 +125,11 @@ is(
'U() with nested arrays'
);
+is(
+ U("Jet d'eau"),
+ 'Jet+d%27eau',
+ 'U() with single quotes in URL',
+);
+
?>