This commit is contained in:
Daniel TISCHER
2015-11-25 23:03:28 +01:00
committed by Steve Francia
parent b56362defd
commit 40fccf2251
3 changed files with 7 additions and 5 deletions

View File

@@ -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"},
}