mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hubolib: Narrow a test assertion
This commit is contained in:
parent
718c0e1414
commit
8d0917af0a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ func TestPageTargetPath(t *testing.T) {
|
|||
expected := test.expected
|
||||
|
||||
// TODO(bep) simplify
|
||||
if test.d.BaseName == test.d.Type.BaseName {
|
||||
if test.d.Kind == KindPage && test.d.BaseName == test.d.Type.BaseName {
|
||||
|
||||
} else if test.d.Kind == KindHome && test.d.Type.Path != "" {
|
||||
} else if (!strings.HasPrefix(expected, "/index") || test.d.Addends != "") && test.d.URL == "" && isUgly {
|
||||
|
|
Loading…
Reference in a new issue