mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Fix assorted typos
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6512d128c6
commit
f7f549e3a7
@@ -61,7 +61,7 @@ func TestMerge(t *testing.T) {
|
||||
// Error cases.
|
||||
{"dst not a map", "not a map", nil, nil, true},
|
||||
{"src not a map", simpleMap, "not a map", nil, true},
|
||||
{"diferent map typs", simpleMap, map[int]interface{}{32: "a"}, nil, true},
|
||||
{"different map types", simpleMap, map[int]interface{}{32: "a"}, nil, true},
|
||||
{"all nil", nil, nil, nil, true},
|
||||
} {
|
||||
|
||||
|
Reference in New Issue
Block a user