hugo/tpl/collections
Bjørn Erik Pedersen 2655739940 tpl/collections: Fix apply with namespaced template funcs
We changed the signature to `func(...interface{}) (interface{}, error)` some time ago, but sadly we had no test for this for `apply`. Now we do.

Fixes #9393
2022-01-17 09:50:48 +01:00
..
append.go
append_test.go
apply.go tpl/collections: Fix apply with namespaced template funcs 2022-01-17 09:50:48 +01:00
apply_test.go
collections.go tpl/fmt: Add erroridf template func 2021-06-07 19:11:03 +02:00
collections_test.go Add some basic security policies with sensible defaults 2021-12-16 09:40:22 +01:00
complement.go
complement_test.go
index.go
index_test.go
init.go Fix error handling for the time func alias 2021-08-01 13:39:30 +02:00
init_test.go Fix error handling for the time func alias 2021-08-01 13:39:30 +02:00
merge.go
merge_test.go
reflect_helpers.go
sort.go
sort_test.go
symdiff.go
symdiff_test.go
where.go
where_test.go