You've already forked json-iterator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user