mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -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) {
|
||||
|
Reference in New Issue
Block a user