add final fuzz case for GH-128

This commit is contained in:
Mitchell Hashimoto 2016-06-21 13:23:11 -07:00
parent 50042432b0
commit cb3a023ffc
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

View File

@ -340,6 +340,7 @@ func TestDecode_interfaceInline(t *testing.T) {
}{
{"t t e{{}}", true, nil},
{"t=0t d {}", true, map[string]interface{}{"t": 0}},
{"v=0E0v d{}", true, map[string]interface{}{"v": float64(0)}},
}
for _, tc := range cases {