aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/parse/parse_test.go
AgeCommit message (Expand)Author
2022-11-04text/template/parse: fix interaction of break/continue keywords and functionsEli Bendersky
2022-09-15text/template/parse: simplify I/O in lexingRob Pike
2022-03-15text/template/parse: allow space after continue or breakRob Pike
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-09-23html/template, text/template: implement break and continue for range loopsRuss Cox
2021-05-06text/template/parse: rename DeferFuncCheck to SkipFuncCheckRuss Cox
2021-04-19text/template/parse: add a mode to skip func-check on parsingAriel Mashraki
2020-10-12text/template: allow newlines inside action delimitersRuss Cox
2020-08-28text/template: add CommentNode to template parse treeAriel Mashraki
2019-10-03text/template/parse: speed up nodes printingAriel Mashraki
2019-10-01text/template/parse: use strings.Builder in Chain and List nodesAriel Mashraki
2019-10-01text/template/parse: use strings.Builder in String methodsAriel Mashraki
2019-03-24text/template: allow using -}} with many spacesDaniel Martí
2019-02-26text/template: accept new number syntaxRuss Cox
2018-10-28text/template/parse: error on bad range variablesDaniel Martí
2018-08-29text/template: fix newline counting in raw stringsDaniel Martí
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
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
2016-03-02all: single space after period.Brad Fitzpatrick
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-06-01html/template: prevent panic when escaping actions involving chain nodesDidier Spezia
2015-05-05text/template: check for malformed pipelinesDidier Spezia
2015-05-03text/template/parse: huge integers are not floatsRob Pike
2015-05-02text/template: check for literals in chain of termsDidier Spezia
2015-05-01text/template: detect unmatched else at parsing timeDidier Spezia
2014-09-08build: move package sources from src/pkg to srcRuss Cox