1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-03 23:30:41 +02:00
This commit is contained in:
Tao Wen
2017-08-25 12:53:23 +08:00
parent cdbd2ed810
commit 2dc0031b26
7 changed files with 8 additions and 8 deletions

View File

@ -313,4 +313,4 @@ func Test_recursive_empty_interface_customization(t *testing.T) {
should := require.New(t)
Unmarshal([]byte("[100]"), &obj)
should.Equal([]interface{}{int64(100)}, obj)
}
}