]> git.maquefel.me Git - brevno-suite/hugo/commit
Pull in the latest code from Go's template packages (#11771)
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 4 Dec 2023 11:07:54 +0000 (12:07 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 11:07:54 +0000 (12:07 +0100)
commit9f978d387f8b7cb6bc03fe6b4dd52bb16862a784
treedc53e021fbf8a89e7ff0d3e86bbe9416ce5d7ecb
parent14d85ec136413dcfc96ad8e4d31633f8f9cbf410
Pull in the latest code from Go's template packages (#11771)

Fixes #10707
Fixes #11507
25 files changed:
config/allconfig/load.go
config/security/securityConfig.go
config/security/securityConfig_test.go
scripts/fork_go_templates/main.go
tpl/internal/go_templates/fmtsort/sort_test.go
tpl/internal/go_templates/htmltemplate/context.go
tpl/internal/go_templates/htmltemplate/error.go
tpl/internal/go_templates/htmltemplate/escape.go
tpl/internal/go_templates/htmltemplate/escape_test.go
tpl/internal/go_templates/htmltemplate/exec_test.go
tpl/internal/go_templates/htmltemplate/hugo_template.go
tpl/internal/go_templates/htmltemplate/js.go
tpl/internal/go_templates/htmltemplate/state_string.go
tpl/internal/go_templates/htmltemplate/transition.go
tpl/internal/go_templates/testenv/exec.go
tpl/internal/go_templates/testenv/testenv.go
tpl/internal/go_templates/testenv/testenv_notunix.go
tpl/internal/go_templates/testenv/testenv_test.go
tpl/internal/go_templates/testenv/testenv_unix.go
tpl/internal/go_templates/texttemplate/doc.go
tpl/internal/go_templates/texttemplate/exec.go
tpl/internal/go_templates/texttemplate/exec_test.go
tpl/internal/go_templates/texttemplate/funcs.go
tpl/template.go
tpl/tplimpl/integration_test.go