File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 172172 },
173173 "src" : {
174174 "description" : " The MF2 syntax source." ,
175- "$comment" : " Array values should be concatenated into a single string. They are only included to help readability in the test JSON." ,
176- "type" : [
177- " string" ,
178- " array"
179- ],
180- "items" : {
181- "type" : " string"
182- }
175+ "type" : " string"
183176 },
184177 "params" : {
185178 "description" : " Parameters to pass in to the formatter for resolving external variables." ,
231224 },
232225 "expCleanSrc" : {
233226 "description" : " The expected normalized form of `src`, for testing stringifiers." ,
234- "$comment" : " Array values should be concatenated into a single string. They are only included to help readability in the test JSON." ,
235- "type" : [
236- " string" ,
237- " array"
238- ],
239- "items" : {
240- "type" : " string"
241- }
227+ "type" : " string"
242228 },
243229 "expParts" : {
244230 "description" : " The expected result of formatting the message to parts." ,
You can’t perform that action at this time.
0 commit comments