From 0de207a9726a2b8390dabb12096c8d21b4ee09ca Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Fri, 5 Jun 2009 16:25:24 +0000 Subject: Properly handle single quotes in URL in U() --- tests/it_html.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/it_html.t') 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', +); + ?> -- cgit v1.2.3