summaryrefslogtreecommitdiff
path: root/replacer_test.go
AgeCommit message (Expand)Author
2022-10-07replacer: working directory global placeholder (#5127)Kévin Dunglas
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2020-03-30Keep type information with placeholders until replacements happenMatthew Holt
2020-03-11Fix #3130: Crash at fuzzing target replacer (#3133)Bill Glover
2020-03-08Rework Replacer loop to handle escaped braces (#3121)Bill Glover
2020-02-25v2: 'log' directive for Caddyfile, and debug mode (#3052)Matt Holt
2019-12-29Export Replacer and use concrete type instead of interfaceMatthew Holt
2019-12-17core: Add ReplaceFunc method to Replacer to allow dynamic replacementsMatthew Holt
2019-11-11core: Add tests to Replacer; fix panic (fixes #2852)Matthew Holt
2019-10-28v2: Logging! (#2831)Matt Holt
2019-07-21Tests for replacer (#2675)Johannes Hörmann