Martin Chodur
26cbd6bd86
feat: add template.FromGlobsWithAdditionalFuncs ( #3174 )
...
* refactor: add Options to the template.FromGlob function to allow customizing the Template
Signed-off-by: Martin Chodur <m.chodur@seznam.cz>
2022-12-16 10:13:13 -04:00
Vincent Rischmann
66a0ed21bd
template: add the default template function stringSlice ( #2101 )
...
Since it's impossible to create a string slice in a Go template by
default, add a function to work around this problem.
The use case is to make it easy to call KV.Remove with an arbitrary
slice inside a template.
Signed-off-by: Vincent Rischmann <vincent@rischmann.fr>
2019-11-13 09:32:51 +00:00
stuart nelson
f450720213
Add fingerprint to expected template test output ( #1968 )
...
This was recently added and the test needs to be updated.
Signed-off-by: stuart nelson <stuartnelson3@gmail.com>
2019-07-23 09:57:24 +02:00
Simon Pasquier
bb3df011a3
Move break at the beginning fo the for loop ( #1928 )
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-07-04 15:31:09 +02:00
Simon Pasquier
0ebaeccd4b
*: add missing license headers
...
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-05-14 17:37:13 +02:00
Jose Donizetti
4763f67e4f
Add SortedPairs test ( #1102 )
2017-11-15 14:25:23 -05:00
Jose Donizetti
33644a85df
Add tests to template package ( #1086 )
2017-11-11 15:12:03 +01:00