diff options
Diffstat (limited to 'tests/U_tests.json')
-rw-r--r-- | tests/U_tests.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" } ] |