hugo/tpl/collections
Bjørn Erik Pedersen a3fe5e5e35
Fix Params case handling in the index, sort and where func
This means that you can now do:

```
{{ range where .Site.Pages "Params.MYPARAM" "foo" }}
```
2019-11-22 18:41:50 +01:00
..
append.go
append_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
apply.go
apply_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
collections.go tpl/collections: Allow dict to create nested structures 2019-11-11 21:55:16 +01:00
collections_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
complement.go
complement_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02: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
init_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
merge.go
merge_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
reflect_helpers.go
sort.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
sort_test.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
symdiff.go
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