golang/src/html/template
cui fliter 1e12eab870 all: fix a large number of comments
Partial typo corrections, following https://go.dev/wiki/Spelling

Change-Id: I2357906ff2ea04305c6357418e4e9556e20375d1
Reviewed-on: https://go-review.googlesource.com/c/go/+/573776
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Run-TryBot: shuang cui <imcusg@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2024-03-26 19:58:28 +00:00
..
testdata html/template, text/template: add ParseFS 2020-10-20 18:41:14 +00:00
attr.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
attr_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00
clone_test.go html/template: use strings.Builder 2022-09-06 15:48:16 +00:00
content.go text/template, html/template: use reflect.TypeFor for known types 2023-08-01 14:30:25 +00:00
content_test.go html/template: use strings.Builder 2022-09-06 15:48:16 +00:00
context.go html/template: track brace depth for each nested expression 2023-10-16 03:29:27 +00:00
css.go html/template: disallow angle brackets in CSS values 2023-05-02 19:38:18 +00:00
css_test.go html/template: disallow angle brackets in CSS values 2023-05-02 19:38:18 +00:00
delim_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00
doc.go html/template,mime/multipart: document new GODEBUG settings 2023-04-05 15:42:48 +00:00
element_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00
error.go html/template: support parsing complex JS template literals 2023-10-02 15:18:39 +00:00
escape.go html/template: support parsing complex JS template literals 2023-10-02 15:18:39 +00:00
escape_test.go html/template: track brace depth for each nested expression 2023-10-16 03:29:27 +00:00
example_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
examplefiles_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
exec_test.go text/template: add "else with" action 2024-02-24 21:59:12 +00:00
html.go html/template: emit filterFailsafe for empty unquoted attr value 2023-05-02 19:42:28 +00:00
html_test.go html/template: fix string iteration in replacement operations 2015-05-19 22:45:50 +00:00
js.go all: fix a large number of comments 2024-03-26 19:58:28 +00:00
js_test.go html/template: escape additional tokens in MarshalJSON errors 2024-02-27 02:20:11 +00:00
jsctx_string.go html/template: disallow actions in JS template literals 2023-04-04 17:04:36 +00:00
multi_test.go html/template: use strings.Builder 2022-09-06 15:48:16 +00:00
state_string.go html/template: support parsing complex JS template literals 2023-10-02 15:18:39 +00:00
template.go html/template: add available godoc link 2024-03-21 21:00:46 +00:00
template_test.go html/template: use strings.Builder 2022-09-06 15:48:16 +00:00
transition.go all: gofmt 2024-03-11 19:54:31 +00:00
transition_test.go html/template: fix quadratic performance with special tags 2015-04-30 16:22:29 +00:00
url.go html/template: use strings.Builder 2022-09-06 15:48:16 +00:00
url_test.go all: gofmt -w -r 'interface{} -> any' src 2021-12-13 18:45:54 +00:00
urlpart_string.go all: re-run stringer 2023-04-11 20:24:07 +00:00