File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ func TestInt32(t *testing.T) {
6969
7070func TestMap (t * testing.T ) {
7171 maps := map [string ]interface {}{
72- "e0" : map [string ]interface {}{},
73- "e142656e43466f6f" : map [string ]interface {}{"en" : "Foo" },
74- "e242656e43466f6f427a6843e4baba" : map [string ]interface {}{"en" : "Foo" , "zh" : "人" },
72+ "e0" : map [string ]interface {}{},
73+ "e142656e43466f6f" : map [string ]interface {}{"en" : "Foo" },
74+ "e242656e43466f6f427a6843e4baba" : map [string ]interface {}{"en" : "Foo" , "zh" : "人" },
7575 "e1446e616d65e242656e43466f6f427a6843e4baba" : map [string ]interface {}{"name" : map [string ]interface {}{"en" : "Foo" , "zh" : "人" }},
7676 "e1496c616e677561676573020442656e427a68" : map [string ]interface {}{"languages" : []interface {}{"en" , "zh" }},
7777 }
You can’t perform that action at this time.
0 commit comments