File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 18
18
"data" : " foo" ,
19
19
"valid" : false
20
20
},
21
+ {
22
+ "description" : " a string is still not an integer, even if it looks like one" ,
23
+ "data" : " 1" ,
24
+ "valid" : false
25
+ },
21
26
{
22
27
"description" : " an object is not an integer" ,
23
28
"data" : {},
59
64
"data" : " foo" ,
60
65
"valid" : false
61
66
},
67
+ {
68
+ "description" : " a string is still not a number, even if it looks like one" ,
69
+ "data" : " 1" ,
70
+ "valid" : false
71
+ },
62
72
{
63
73
"description" : " an object is not a number" ,
64
74
"data" : {},
100
110
"data" : " foo" ,
101
111
"valid" : true
102
112
},
113
+ {
114
+ "description" : " a string is still a string, even if it looks like a number" ,
115
+ "data" : " 1" ,
116
+ "valid" : true
117
+ },
103
118
{
104
119
"description" : " an object is not a string" ,
105
120
"data" : {},
Original file line number Diff line number Diff line change 18
18
"data" : " foo" ,
19
19
"valid" : false
20
20
},
21
+ {
22
+ "description" : " a string is still not an integer, even if it looks like one" ,
23
+ "data" : " 1" ,
24
+ "valid" : false
25
+ },
21
26
{
22
27
"description" : " an object is not an integer" ,
23
28
"data" : {},
59
64
"data" : " foo" ,
60
65
"valid" : false
61
66
},
67
+ {
68
+ "description" : " a string is still not a number, even if it looks like one" ,
69
+ "data" : " 1" ,
70
+ "valid" : false
71
+ },
62
72
{
63
73
"description" : " an object is not a number" ,
64
74
"data" : {},
100
110
"data" : " foo" ,
101
111
"valid" : true
102
112
},
113
+ {
114
+ "description" : " a string is still a string, even if it looks like a number" ,
115
+ "data" : " 1" ,
116
+ "valid" : true
117
+ },
103
118
{
104
119
"description" : " an object is not a string" ,
105
120
"data" : {},
You can’t perform that action at this time.
0 commit comments