summaryrefslogtreecommitdiff
path: root/src/pkg/text/template/multi_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-292/+0
* text/template: don't panic when using AddParseTree with an unparsed templateJosh Bleecher Snyder2013-12-301-0/+12
* text/template/parse: print TextNodes using %s not %qRob Pike2013-07-311-2/+2
* text/template: fix a couple of parse bugs around identifiers.Rob Pike2012-03-141-1/+1
* text/template: fix redefinition bugsRob Pike2012-02-281-0/+6
* html/template: add Clone and AddParseTree. Make text/template's CloneNigel Tao2012-02-151-1/+1
* text/template/parse: use human error printsRob Pike2012-01-191-2/+2
* text/template: fix nil error on redefinitionRob Pike2012-01-171-0/+15
* template: move the empty check into parse, which needs it when constructingRob Pike2011-12-011-29/+0
* text/template: replace Add with AddParseTreeRob Pike2011-12-011-0/+28
* text/template: fix bug in CloneRob Pike2011-11-241-0/+9
* text/template: new, simpler APIRob Pike2011-11-231-0/+251