markup/goldmark: Unify some code block tests

This commit is contained in:
Bjørn Erik Pedersen
2022-02-26 11:27:54 +01:00
parent 10928a4f78
commit 2e54c00933
2 changed files with 8 additions and 14 deletions

View File

@@ -250,9 +250,6 @@ LINE8
`
// Code fences
files = strings.ReplaceAll(files, "§§§", "```")
b := hugolib.NewIntegrationTestBuilder(
hugolib.IntegrationTestConfig{
T: t,