Fix parsing integer 0

This commit is contained in:
Thomas Pelletier
2021-03-23 09:02:48 -04:00
parent b8da9d1854
commit e78ccff9a4
3 changed files with 13 additions and 9 deletions
@@ -439,7 +439,7 @@ func TestEmptytomlUnmarshal(t *testing.T) {
String: "",
StringList: []string{},
Ptr: nil,
Map: map[string]string{},
Map: nil,
}
result := emptyMarshalTestStruct{}