aboutsummaryrefslogtreecommitdiff
path: root/src/html/template/exec_test.go
AgeCommit message (Expand)Author
2024-02-24text/template: add "else with" actionrogeryk
2023-08-01text/template, html/template: use reflect.TypeFor for known typesIan Lance Taylor
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2022-09-06html/template: use strings.Buildercuiweixie
2022-04-04text/template: permit eq and ne funcs to check against nilRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-05-04text/template: add lock for Template.tmpl to fix data raceIan Lance Taylor
2021-01-25html/template: revert "avoid race when escaping updates template"Ian Lance Taylor
2021-01-07html/template: attach functions to namespaceIan Lance Taylor
2020-12-17html/template: avoid race when escaping updates templateIan Lance Taylor
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-07-14html/template: add tests from text/templateRuss Cox