Fix Erroridf/Warnidf mixed case issue

Fixes #12617
This commit is contained in:
Bjørn Erik Pedersen
2024-06-22 18:41:18 +02:00
parent 3b724462c2
commit 8731d88222
7 changed files with 53 additions and 23 deletions

View File

@@ -674,7 +674,7 @@ menu: main
b.AssertFileContent("public/en/index.html", `<a href="/en/p1/">p1</a><a href="/en/p2/">p2</a>`)
b.AssertFileContent("public/fr/index.html", `<a href="/fr/p1/">p1</a>`)
b.AssertLogNotContains("WARN")
b.AssertLogContains("! WARN")
}
func TestSectionPagesIssue12399(t *testing.T) {