aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/multi_test.go
AgeCommit message (Expand)Author
2025-05-12text/template: clone options when cloning templatesSean Liao
2022-09-08text/template: use strings.Buildercuiweixie
2021-09-20text/template: initialize template before locking itIan Lance Taylor
2020-10-20html/template, text/template: add ParseFSRuss Cox
2020-07-14html/template: add tests from text/templateRuss Cox
2020-04-15text/template: avoid a global map to help the linker's deadcode eliminationBrad Fitzpatrick
2017-09-13text/template: check ignored error in a testDaniel Martí
2017-04-04text/template: fix handling of empty blocksRob Pike
2016-08-16text/template: fix Parse when called twice with empty textJess Frazelle
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-10-08text/template: fix formatting calls in testsAlexander Morozov
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-06-03text/template: refactor code to accomodate bi-state requirement for templatesAamir Khan
2015-06-01text/template: template must be initialized at the time of creationAamir Khan
2014-09-08build: move package sources from src/pkg to srcRuss Cox