From cb55bfaf566ef14c41024c5441b8c2425a212578 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 25 Oct 2022 15:51:10 +0200 Subject: be utf8 safe --- test/it_url.t | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/it_url.t b/test/it_url.t index 360b971..d2bb653 100755 --- a/test/it_url.t +++ b/test/it_url.t @@ -340,3 +340,4 @@ handle_server( is(it_url::parse("/foo"), ["/foo"], "it_url::parse path only"); is(it_url::parse("/foo?"), ["/foo"], "it_url::parse empty parameter"); is(it_url::parse("/foo?bar=baz&qux=quux"), ["/foo", 'bar' => "baz", 'qux' => "quux"], "it_url::parse parameters"); +is(it_url::parse("/foo?b%E4r=b%E4z"), ["/foo", 'bär' => "bäz"]); -- cgit v1.2.3