diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_html.t | 6 |
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', +); + ?> |