Commit 2760212 1 parent a516219 commit 2760212 Copy full SHA for 2760212
File tree 2 files changed +72
-0
lines changed
2 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 54
54
},
55
55
"content_length_less_than_or_equal_to" : {
56
56
"expected_type" : " number"
57
+ },
58
+ "matches_regex" : {
59
+ "expected_type" : " string" ,
60
+ "format" : {
61
+ "type" : " regex"
62
+ }
63
+ },
64
+ "does_not_match_regex" : {
65
+ "expected_type" : " string" ,
66
+ "format" : {
67
+ "type" : " regex"
68
+ }
57
69
}
58
70
}
59
71
},
112
124
},
113
125
"content_length_less_than_or_equal_to" : {
114
126
"expected_type" : " number"
127
+ },
128
+ "matches_regex" : {
129
+ "expected_type" : " string" ,
130
+ "format" : {
131
+ "type" : " regex"
132
+ }
133
+ },
134
+ "does_not_match_regex" : {
135
+ "expected_type" : " string" ,
136
+ "format" : {
137
+ "type" : " regex"
138
+ }
115
139
}
116
140
}
117
141
},
170
194
},
171
195
"content_length_less_than_or_equal_to" : {
172
196
"expected_type" : " number"
197
+ },
198
+ "matches_regex" : {
199
+ "expected_type" : " string" ,
200
+ "format" : {
201
+ "type" : " regex"
202
+ }
203
+ },
204
+ "does_not_match_regex" : {
205
+ "expected_type" : " string" ,
206
+ "format" : {
207
+ "type" : " regex"
208
+ }
173
209
}
174
210
}
175
211
},
Original file line number Diff line number Diff line change 54
54
},
55
55
"content_length_less_than_or_equal_to" : {
56
56
"expected_type" : " number"
57
+ },
58
+ "matches_regex" : {
59
+ "expected_type" : " string" ,
60
+ "format" : {
61
+ "type" : " regex"
62
+ }
63
+ },
64
+ "does_not_match_regex" : {
65
+ "expected_type" : " string" ,
66
+ "format" : {
67
+ "type" : " regex"
68
+ }
57
69
}
58
70
}
59
71
},
112
124
},
113
125
"content_length_less_than_or_equal_to" : {
114
126
"expected_type" : " number"
127
+ },
128
+ "matches_regex" : {
129
+ "expected_type" : " string" ,
130
+ "format" : {
131
+ "type" : " regex"
132
+ }
133
+ },
134
+ "does_not_match_regex" : {
135
+ "expected_type" : " string" ,
136
+ "format" : {
137
+ "type" : " regex"
138
+ }
115
139
}
116
140
}
117
141
},
170
194
},
171
195
"content_length_less_than_or_equal_to" : {
172
196
"expected_type" : " number"
197
+ },
198
+ "matches_regex" : {
199
+ "expected_type" : " string" ,
200
+ "format" : {
201
+ "type" : " regex"
202
+ }
203
+ },
204
+ "does_not_match_regex" : {
205
+ "expected_type" : " string" ,
206
+ "format" : {
207
+ "type" : " regex"
208
+ }
173
209
}
174
210
}
175
211
},
You can’t perform that action at this time.
0 commit comments