mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
Fixes #1292
This commit is contained in:
committed by
Steve Francia
parent
b56362defd
commit
40fccf2251
@@ -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"},
|
||||
}
|
||||
|
Reference in New Issue
Block a user