summaryrefslogtreecommitdiffstats
path: root/helpers/url_test.go
diff options
context:
space:
mode:
authorDaniel TISCHER <dos.7182@gmail.com>2015-11-25 23:03:28 +0100
committerSteve Francia <steve.francia@gmail.com>2016-01-01 14:35:58 -0500
commit40fccf2251a7187f002165653d42178e2f53a49b (patch)
tree9c49e21294576d9adb7d393e94690e45928253b9 /helpers/url_test.go
parentb56362defd8f067a1bab2f5502e851dfd9311ec2 (diff)
Fixes #1292
Diffstat (limited to 'helpers/url_test.go')
-rw-r--r--helpers/url_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/url_test.go b/helpers/url_test.go
index 632a0f8a9..c484a99a6 100644
--- a/helpers/url_test.go
+++ b/helpers/url_test.go
@@ -28,7 +28,7 @@ func TestURLize(t *testing.T) {
}{
{" foo bar ", "foo-bar"},
{"foo.bar/foo_bar-foo", "foo.bar/foo_bar-foo"},
- {"foo,bar:foo%bar", "foobarfoobar"},
+ {"foo,bar:foobar", "foobarfoobar"},
{"foo/bar.html", "foo/bar.html"},
{"трям/трям", "%D1%82%D1%80%D1%8F%D0%BC/%D1%82%D1%80%D1%8F%D0%BC"},
}