summaryrefslogtreecommitdiff
path: root/tests/it_html.t
diff options
context:
space:
mode:
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',
+);
+
?>