mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
Fixing some tests
This commit is contained in:
parent
55fb02428d
commit
cafd39eb9b
3 changed files with 8 additions and 6 deletions
|
@ -56,7 +56,7 @@ func TestUrlPrep(t *testing.T) {
|
|||
}
|
||||
|
||||
data := []test{
|
||||
{false, "/section/name.html", "/section/name/index.html"},
|
||||
{false, "/section/name.html", "/section/name/"},
|
||||
{true, "/section/name/index.html", "/section/name.html"},
|
||||
}
|
||||
for i, d := range data {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue