aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse/lex_test.go
AgeCommit message (Expand)Author
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2019-02-26text/template: accept new number syntaxRuss Cox
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-02-06text/template: revert CL 66410 "add break, continue actions in ranges"Ian Lance Taylor
2017-10-17text/template: add break, continue actions in rangesTim Cooper
2017-09-07text/template: fix pos info when trimming newlinesDaniel Martí
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2016-11-15text/template: efficient reporting of line numbersRob Pike
2016-11-14Revert "text/template: efficient reporting of line numbers"Brad Fitzpatrick
2016-11-14text/template: efficient reporting of line numbersRob Pike
2015-09-28text/template, html/template: add block keyword and permit template redefinitionAndrew Gerrand
2015-09-09text/template: provide a way to trim leading and trailing space between actionsRob Pike
2015-05-05text/template: shut down lexing goroutine on errorRob Pike
2015-05-01text/template: allow newlines in raw quotesRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox