From a5fdef178ddda946429d95616266d8fec7f73a1a Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 29 Nov 2017 15:59:11 +0100 Subject: Do not add / for non-http url without path --- tests/U_tests.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/U_tests.json b/tests/U_tests.json index d340492..81ceb15 100644 --- a/tests/U_tests.json +++ b/tests/U_tests.json @@ -177,5 +177,11 @@ "args": ["http://gna.ch"], "exp": "http://gna.ch/", "name": "U() add / for absolute http url without path" + }, + + { + "args": ["app://settings"], + "exp": "app://settings", + "name": "U() do not add / for non-http url without path" } ] -- cgit v1.2.3