hugo/tpl/collections
Cameron Moore 6d95dc9d74 tpl: Fix reflection bug in merge
Value.Type().Key() must only be called on map values.

Fixes #7899
2020-10-29 19:19:41 +01:00
..
append.go common/maps: Improve append in Scratch 2018-10-08 12:30:50 +02:00
append_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
apply.go tpl/tplimpl: Rework template management to get rid of concurrency issues 2020-01-22 09:39:49 +01:00
apply_test.go Fix server reload when non-HTML shortcode changes 2020-07-03 23:31:51 +02:00
collections.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
collections_test.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
complement.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
complement_test.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
index.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
index_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
init.go tpl: Extend merge to accept multiple parameters 2020-08-28 09:54:51 +02:00
init_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
merge.go tpl: Fix reflection bug in merge 2020-10-29 19:19:41 +01:00
merge_test.go tpl: Fix reflection bug in merge 2020-10-29 19:19:41 +01:00
reflect_helpers.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
sort.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
sort_test.go Add support for sort by boolean 2020-05-02 11:57:34 +02:00
symdiff.go Support unComparable args of uniq/complement/in 2020-03-09 13:32:38 +01:00
symdiff_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
where.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
where_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00