mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
hugolib, output: Incorporate suffix and type in layout resolve
And remove some now superflous and hard to maintain tests.
This commit is contained in:
parent
f091fc23ed
commit
3ec5fc3504
5 changed files with 95 additions and 133 deletions
|
@ -21,6 +21,7 @@ import (
|
|||
)
|
||||
|
||||
func TestDefaultOutputDefinitions(t *testing.T) {
|
||||
t.Parallel()
|
||||
defs := defaultOutputDefinitions
|
||||
|
||||
tests := []struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue