]> git.maquefel.me Git - brevno-suite/hugo/commit
tpl/internal: Sync go_templates
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Nov 2022 18:13:09 +0000 (19:13 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 14 Nov 2022 21:31:50 +0000 (22:31 +0100)
commitf6ab9553f4c0429586fc9221d1779c460cf4922a
tree0f4efed30fb9750b800a4865c5065285bbc4d1fc
parent58a98c7758f90a16df51e4fee9ead0233157a1e4
tpl/internal: Sync go_templates

Closes #10411
34 files changed:
scripts/fork_go_templates/main.go
tpl/internal/go_templates/fmtsort/sort.go
tpl/internal/go_templates/fmtsort/sort_test.go
tpl/internal/go_templates/htmltemplate/clone_test.go
tpl/internal/go_templates/htmltemplate/content_test.go
tpl/internal/go_templates/htmltemplate/context.go
tpl/internal/go_templates/htmltemplate/doc.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/html.go
tpl/internal/go_templates/htmltemplate/js_test.go
tpl/internal/go_templates/htmltemplate/multi_test.go
tpl/internal/go_templates/htmltemplate/template.go
tpl/internal/go_templates/htmltemplate/template_test.go
tpl/internal/go_templates/htmltemplate/url.go
tpl/internal/go_templates/testenv/exec.go [new file with mode: 0644]
tpl/internal/go_templates/testenv/noopt.go [new file with mode: 0644]
tpl/internal/go_templates/testenv/opt.go [new file with mode: 0644]
tpl/internal/go_templates/testenv/testenv.go
tpl/internal/go_templates/testenv/testenv_test.go [new file with mode: 0644]
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/internal/go_templates/texttemplate/helper.go
tpl/internal/go_templates/texttemplate/multi_test.go
tpl/internal/go_templates/texttemplate/option.go
tpl/internal/go_templates/texttemplate/parse/lex.go
tpl/internal/go_templates/texttemplate/parse/lex_test.go
tpl/internal/go_templates/texttemplate/parse/parse.go
tpl/internal/go_templates/texttemplate/parse/parse_test.go