mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
3400aff258
The TOML lib unmarshals slices of string maps to []map[string]interface{} whereas YAML and JSON decode to []interface{} The existing tests only check for TOML working correctly, and _target with cascade did not work at all for frontmatter defined in other formats. Add a function to normalize those slices Fixes #7874 |
||
---|---|---|
.. | ||
maps.go | ||
maps_get.go | ||
maps_test.go | ||
params.go | ||
params_test.go | ||
scratch.go | ||
scratch_test.go |