File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 33
33
"description" : " objects are deep compared" ,
34
34
"data" : {"foo" : false },
35
35
"valid" : false
36
+ },
37
+ {
38
+ "description" : " valid object matches" ,
39
+ "data" : {"foo" : 12 },
40
+ "valid" : true
41
+ },
42
+ {
43
+ "description" : " extra properties in object is invalid" ,
44
+ "data" : {"foo" : 12 , "boo" : 42 },
45
+ "valid" : false
36
46
}
37
47
]
38
48
},
Original file line number Diff line number Diff line change 33
33
"description" : " objects are deep compared" ,
34
34
"data" : {"foo" : false },
35
35
"valid" : false
36
+ },
37
+ {
38
+ "description" : " valid object matches" ,
39
+ "data" : {"foo" : 12 },
40
+ "valid" : true
41
+ },
42
+ {
43
+ "description" : " extra properties in object is invalid" ,
44
+ "data" : {"foo" : 12 , "boo" : 42 },
45
+ "valid" : false
36
46
}
37
47
]
38
48
},
Original file line number Diff line number Diff line change 33
33
"description" : " objects are deep compared" ,
34
34
"data" : {"foo" : false },
35
35
"valid" : false
36
+ },
37
+ {
38
+ "description" : " valid object matches" ,
39
+ "data" : {"foo" : 12 },
40
+ "valid" : true
41
+ },
42
+ {
43
+ "description" : " extra properties in object is invalid" ,
44
+ "data" : {"foo" : 12 , "boo" : 42 },
45
+ "valid" : false
36
46
}
37
47
]
38
48
},
Original file line number Diff line number Diff line change 33
33
"description" : " objects are deep compared" ,
34
34
"data" : {"foo" : false },
35
35
"valid" : false
36
+ },
37
+ {
38
+ "description" : " valid object matches" ,
39
+ "data" : {"foo" : 12 },
40
+ "valid" : true
41
+ },
42
+ {
43
+ "description" : " extra properties in object is invalid" ,
44
+ "data" : {"foo" : 12 , "boo" : 42 },
45
+ "valid" : false
36
46
}
37
47
]
38
48
},
You can’t perform that action at this time.
0 commit comments