mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
parent
3b724462c2
commit
8731d88222
7 changed files with 53 additions and 23 deletions
|
@ -562,7 +562,7 @@ title: "p1"
|
|||
|
||||
b = hugolib.Test(t, files, hugolib.TestOptWarn())
|
||||
|
||||
b.AssertLogNotContains("WARN")
|
||||
b.AssertLogContains("! WARN")
|
||||
}
|
||||
|
||||
func TestPagesFromGoTmplPathWarningsPathResource(t *testing.T) {
|
||||
|
@ -597,7 +597,7 @@ value: data1
|
|||
|
||||
b = hugolib.Test(t, files, hugolib.TestOptWarn())
|
||||
|
||||
b.AssertLogNotContains("WARN")
|
||||
b.AssertLogContains("! WARN")
|
||||
}
|
||||
|
||||
func TestPagesFromGoTmplShortcodeNoPreceddingCharacterIssue12544(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue