From bc06135c96aa4db6fe36a4fc4f19a18fa1cb8935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 7 Jan 2017 19:29:20 +0100 Subject: helpers: Allow tilde in URLs See #2177 --- helpers/path_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helpers/path_test.go') diff --git a/helpers/path_test.go b/helpers/path_test.go index 049499108..f1407fb15 100644 --- a/helpers/path_test.go +++ b/helpers/path_test.go @@ -58,6 +58,8 @@ func TestMakePath(t *testing.T) { {"संस्कृत", "संस्कृत", false}, {"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292 {"this+is+a+test", "this+is+a+test", false}, // Issue #1290 + {"~foo", "~foo", false}, // Issue #2177 + } for _, test := range tests { -- cgit v1.2.3