mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-11 20:03:58 +02:00
Fixing some tests
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user