aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/exec_test.go
AgeCommit message (Expand)Author
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-15text/template: verify that names in FuncMap are valid identifiersRob Pike
2015-09-09text/template: perform value validity checksNodir Turakulov
2015-09-09text/template: provide a way to trim leading and trailing space between actionsRob Pike
2015-08-27text/template: add ExecError type and return it from Execute on errorRob Pike
2015-06-24text/template: make zero Template work againRuss Cox
2015-06-01text/template: fix variadic function call corner caseDidier Spezia
2015-05-14text/template: need to validate type when an argument is a function callRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: allow newlines in raw quotesRob Pike
2015-04-03text/template: provide a mechanism for optionsRob Pike
2015-03-16text/template: protect against explicit nil in field chainsRob Pike
2014-10-18text/template: fix bug in pipelined variadicsRob Pike
2014-09-22text/template: type-check chained node as argumentRob Pike
2014-09-22text/template: allow comparison functions to work between any integersRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox