@@ -1266,7 +1266,13 @@ extension TestJSONEncoder {
1266
1266
( " test_encodingTopLevelSingleValueClass " , test_encodingTopLevelSingleValueClass) ,
1267
1267
( " test_encodingTopLevelStructuredStruct " , test_encodingTopLevelStructuredStruct) ,
1268
1268
( " test_encodingTopLevelStructuredClass " , test_encodingTopLevelStructuredClass) ,
1269
+ ( " test_encodingTopLevelStructuredSingleStruct " , test_encodingTopLevelStructuredSingleStruct) ,
1270
+ ( " test_encodingTopLevelStructuredSingleClass " , test_encodingTopLevelStructuredSingleClass) ,
1269
1271
( " test_encodingTopLevelDeepStructuredType " , test_encodingTopLevelDeepStructuredType) ,
1272
+ ( " test_encodingOutputFormattingDefault " , test_encodingOutputFormattingDefault) ,
1273
+ ( " test_encodingOutputFormattingPrettyPrinted " , test_encodingOutputFormattingPrettyPrinted) ,
1274
+ ( " test_encodingOutputFormattingSortedKeys " , test_encodingOutputFormattingSortedKeys) ,
1275
+ ( " test_encodingOutputFormattingPrettyPrintedSortedKeys " , test_encodingOutputFormattingPrettyPrintedSortedKeys) ,
1270
1276
( " test_encodingDate " , test_encodingDate) ,
1271
1277
( " test_encodingDateSecondsSince1970 " , test_encodingDateSecondsSince1970) ,
1272
1278
( " test_encodingDateMillisecondsSince1970 " , test_encodingDateMillisecondsSince1970) ,
@@ -1292,16 +1298,16 @@ extension TestJSONEncoder {
1292
1298
( " test_codingOfUInt64 " , test_codingOfUInt64) ,
1293
1299
( " test_codingOfInt " , test_codingOfInt) ,
1294
1300
( " test_codingOfUInt " , test_codingOfUInt) ,
1295
- ( " test_codingOfUIntMinMax " , test_codingOfUIntMinMax) ,
1296
1301
( " test_codingOfFloat " , test_codingOfFloat) ,
1297
1302
( " test_codingOfDouble " , test_codingOfDouble) ,
1298
1303
( " test_codingOfDecimal " , test_codingOfDecimal) ,
1299
1304
( " test_codingOfString " , test_codingOfString) ,
1300
1305
( " test_codingOfURL " , test_codingOfURL) ,
1306
+ ( " test_codingOfUIntMinMax " , test_codingOfUIntMinMax) ,
1301
1307
( " test_numericLimits " , test_numericLimits) ,
1302
1308
( " test_snake_case_encoding " , test_snake_case_encoding) ,
1303
- ( " test_dictionary_snake_case_encoding " , test_dictionary_snake_case_encoding) ,
1304
1309
( " test_dictionary_snake_case_decoding " , test_dictionary_snake_case_decoding) ,
1310
+ ( " test_dictionary_snake_case_encoding " , test_dictionary_snake_case_encoding) ,
1305
1311
]
1306
1312
}
1307
1313
}
0 commit comments