mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
@@ -30,7 +30,7 @@ func TestCreatePlaceholders(t *testing.T) {
|
||||
return "pre_" + s + "_post"
|
||||
})
|
||||
|
||||
c.Assert(m, qt.DeepEquals, map[string]interface{}{
|
||||
c.Assert(m, qt.DeepEquals, map[string]any{
|
||||
"IsZero": "pre_foo.IsZero_post",
|
||||
"MarshalJSON": "pre_foo.MarshalJSON_post",
|
||||
"Suffixes": "pre_foo.Suffixes_post",
|
||||
|
Reference in New Issue
Block a user