tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break...
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 16 Mar 2022 12:11:29 +0000 (13:11 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 16 Mar 2022 12:14:23 +0000 (13:14 +0100)
commit3476b5334306cf41842d3ad35b85a9577f5a6567
tree2b557cc3b5f7eb18740fd10c19c0da8ce3be8ccf
parente792d27017a614d136cd4c2ff2309ccf0876b3b6
tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ break }}" bug
scripts/fork_go_templates/main.go
tpl/internal/go_templates/htmltemplate/escape.go
tpl/internal/go_templates/texttemplate/parse/parse.go
tpl/internal/go_templates/texttemplate/parse/parse_test.go
tpl/tplimpl/integration_test.go