diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-02-06 09:09:27 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-02-22 11:26:52 +0100 |
commit | 094135ff96c8f7a0951f66a2a1f82371b76e143f (patch) | |
tree | 8b8c542a0b5af763c7e029429291a3ccef52d3e7 /markup | |
parent | 4801e2e8ee625a62ef0f59f0fe06a15741d677f1 (diff) | |
download | hugo-094135ff96c8f7a0951f66a2a1f82371b76e143f.tar.gz hugo-094135ff96c8f7a0951f66a2a1f82371b76e143f.zip |
tpl/internal: Sync Go template src to Go 1.20
Updates #10691
Diffstat (limited to 'markup')
-rw-r--r-- | markup/goldmark/codeblocks/integration_test.go | 1 |
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( |