Update TestParseSet to handle nested empty lists in input

Signed-off-by: Siew Kam Onn <kosiew@gmail.com>
pull/31331/head
Siew Kam Onn 3 months ago
parent b099506632
commit 47956d503a

@ -267,7 +267,7 @@ func TestParseSet(t *testing.T) {
},
{
"emptylist={}",
map[string]interface{}{"emptylist": []interface{}{}},
map[string]interface{}{"emptylist": []interface{}{map[string]interface{}{}}},
false,
},
{

Loading…
Cancel
Save