This commit is contained in:
Max Richter
2025-09-26 12:42:06 +02:00
parent deae5acac8
commit ae5cd8481a
17 changed files with 649 additions and 233 deletions

View File

@@ -95,7 +95,7 @@ func TestFuzzyBlockMatchSalad(t *testing.T) {
}
blocks, err := template.CompileTemplate(schemaMd)
if err != nil {
t.Errorf("Failed to compile template: %s", err.Error())
t.Errorf("failed to compile template: %s", err.Error())
t.FailNow()
}