1
0
mirror of https://github.com/json-iterator/go.git synced 2025-12-20 23:30:38 +02:00

consolidate more tests

This commit is contained in:
Tao Wen
2018-02-14 08:39:18 +08:00
parent e3bc511e5a
commit 64c1c67885
8 changed files with 133 additions and 196 deletions

View File

@@ -15,7 +15,9 @@ type unmarshalCase struct {
var unmarshalCases []unmarshalCase
var marshalCases []interface{}
var marshalCases = []interface{}{
nil,
}
func Test_unmarshal(t *testing.T) {
should := require.New(t)