You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-26 22:40:13 +02:00
consolidate skip tests
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package test
|
||||
|
||||
func init() {
|
||||
//testCases = append(testCases,
|
||||
// (*struct {
|
||||
// Upper bool `json:"M"`
|
||||
// Lower bool `json:"m"`
|
||||
// })(nil),
|
||||
//)
|
||||
asymmetricTestCases = append(asymmetricTestCases, [][2]interface{}{
|
||||
{
|
||||
(*struct {
|
||||
|
||||
Reference in New Issue
Block a user