summaryrefslogtreecommitdiffstats
path: root/tpl/template_test.go
AgeCommit message (Expand)Author
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2022-05-25Fix Plainify edge casesBjørn Erik Pedersen
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2018-10-16commands: Show server error info in browserBjørn Erik Pedersen
2017-02-17tpl: Refactor packageBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-02-15Use OS fs by defaultBjørn Erik Pedersen
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
2017-01-10 all: Refactor to nonglobal template handlingBjørn Erik Pedersen
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-17tpl: Add missing printf param in t.Errorf callCameron Moore
2016-03-10Add support for Go 1.6 block keyword in templatesBjørn Erik Pedersen
2016-01-13Add one more temporary template test for linux/armBjørn Erik Pedersen
2016-01-13Add temporary template test for linux/armBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
2015-05-31Add some Ace test casesbep
2015-05-02Disable faulty range validation in applybep
2015-05-01tpl: check that types in args match the target func's typebep
2015-04-30tpl: add sanity check to prevent panic in seq on big numsbep
2015-04-30tpl: check for too many arguments in applybep
2015-04-30tpl: check slice bounds in slicestrbep
2015-04-30tpl: avoid panic on too few args to applybep
2015-04-05tpl: split template.gobep
2015-04-01Remove paragraph tags produced by markdownifybep
2015-03-23Change to variadic int args in Slicestrbep
2015-03-23Implement substr template functionAnthony Fok
2015-03-23Rename Slice to Slicestrbep
2015-03-23Rename Substr to Slicebep
2015-03-22Polish Substr and Split testsbep
2015-03-22Add Substr and Split template functionsXin Fan
2015-03-18template: add some missing test cases for Firstbep
2015-03-18More initialism corrections (golint)Anthony Fok
2015-03-11Correct initialisms as suggested by golintAnthony Fok
2015-03-11doArithmetic: add test for division by zerobep
2015-03-11Add some basic tests for doArithmeticbep
2015-03-09Add test cases for Ne and Eq type normalisationbep
2015-03-06Fix errors reported by Go Vetbep
2015-03-05Apply gofmt -sbep
2015-01-31Add writable context to Nodebep
2015-01-22Add dateFormat template functionTatsushi Demachi
2015-01-20Add missing assertion to trim-testbep
2015-01-20Add tests for IsSetbep
2015-01-20Refactor TestGt to also include Lt, Ge, Le, Eq and Nebep
2015-01-20Add tests for Applybep
2015-01-20Replace regexp based Chomp with builtin TrimRightbep
2015-01-20Add tests for Replacebep
2015-01-20Add tests for Trimbep
2015-01-20Add tests for Chompbep