summaryrefslogtreecommitdiffstats
path: root/markup
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-02-06 09:09:27 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-02-22 11:26:52 +0100
commit094135ff96c8f7a0951f66a2a1f82371b76e143f (patch)
tree8b8c542a0b5af763c7e029429291a3ccef52d3e7 /markup
parent4801e2e8ee625a62ef0f59f0fe06a15741d677f1 (diff)
tpl/internal: Sync Go template src to Go 1.20
Updates #10691
Diffstat (limited to 'markup')
-rw-r--r--markup/goldmark/codeblocks/integration_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/markup/goldmark/codeblocks/integration_test.go b/markup/goldmark/codeblocks/integration_test.go
index d0206957a..29ff0dc7d 100644
--- a/markup/goldmark/codeblocks/integration_test.go
+++ b/markup/goldmark/codeblocks/integration_test.go
@@ -369,6 +369,7 @@ Common
}{
{"issue-9819", "asdf\n: {#myid}"},
} {
+ test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()
b := hugolib.NewIntegrationTestBuilder(