]> Cypherpunks repositories - gostls13.git/commit
html/template: track continue nodes correctly when escaping
authorcuishuang <imcusg@gmail.com>
Fri, 23 Aug 2024 17:23:24 +0000 (01:23 +0800)
committerGopher Robot <gobot@golang.org>
Tue, 27 Aug 2024 17:55:55 +0000 (17:55 +0000)
commit7b4ecaa902f1afad6093f6b6b2ea913505f91b7b
tree57c74711c5c761da1ba0973af4ee7d7672006bd5
parent994d1d446663873dd593846a0b94147410e5922a
html/template: track continue nodes correctly when escaping

Fixes #69076

Change-Id: I1a16675c466722f44d0734e95d3c8111e33ff580
Reviewed-on: https://go-review.googlesource.com/c/go/+/607736
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Zxilly Chou <zxilly@outlook.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/html/template/escape.go
src/html/template/escape_test.go