add final fuzz case for GH-128
This commit is contained in:
parent
50042432b0
commit
cb3a023ffc
@ -340,6 +340,7 @@ func TestDecode_interfaceInline(t *testing.T) {
|
|||||||
}{
|
}{
|
||||||
{"t t e{{}}", true, nil},
|
{"t t e{{}}", true, nil},
|
||||||
{"t=0t d {}", true, map[string]interface{}{"t": 0}},
|
{"t=0t d {}", true, map[string]interface{}{"t": 0}},
|
||||||
|
{"v=0E0v d{}", true, map[string]interface{}{"v": float64(0)}},
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, tc := range cases {
|
for _, tc := range cases {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user