aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/text/template/parse/parse_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-03text/template: 0xef is an integer, not a floating-point value.Rob Pike
2014-08-29text/template: add back pointer to Nodes for better error generationRob Pike
2013-09-17text/template/parse, html/template: copy Tree.text during html template cloneJosh Bleecher Snyder
2013-09-12text/template: catch unmatched right delimiterRob Pike
2013-08-28text/template: allow {{else if ... }} to simplify if chainsRob Pike
2013-07-31text/template/parse: print TextNodes using %s not %qRob Pike
2012-10-03text/template: better error messages during execution,Rob Pike
2012-09-24text/template: allow .Field access to parenthesized expressionsRob Pike
2012-09-14text/template: towards better errorsRob Pike
2012-08-29text/template: make spaces significantRob Pike
2012-08-24text/template: catch (A).X as a parse errorRob Pike
2012-08-24text/template: allow grouping of pipelines using parenthesesRob Pike
2012-08-08text/template: add 'nil' as a keyword in the languageRob Pike
2012-04-23text/template: detect unexported fields betterRob Pike
2012-04-12text/template: catch unexported fields during parseRob Pike
2012-03-14text/template: fix a couple of parse bugs around identifiers.Rob Pike
2012-02-28text/template: fix redefinition bugsRob Pike
2012-02-11text/template/parse: deep Copy method for nodesRob Pike
2012-01-19text/template/parse: use human error printsRob Pike
2011-12-01template: move the empty check into parse, which needs it when constructingRob Pike
2011-11-23text/template: new, simpler APIRob Pike
2011-11-17text/template: refactor set parsingRob Pike
2011-11-03os,text,unicode: renamingsRob Pike