@@ -23,7 +23,7 @@ final class CommaTests: PrettyPrintTestCase {
23
23
"""
24
24
25
25
var configuration = Configuration . forTesting
26
- configuration. multilineCollectionTrailingCommas = true
26
+ configuration. multiElementCollectionTrailingCommas = true
27
27
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
28
28
}
29
29
@@ -49,7 +49,7 @@ final class CommaTests: PrettyPrintTestCase {
49
49
"""
50
50
51
51
var configuration = Configuration . forTesting
52
- configuration. multilineCollectionTrailingCommas = false
52
+ configuration. multiElementCollectionTrailingCommas = false
53
53
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
54
54
}
55
55
@@ -75,7 +75,7 @@ final class CommaTests: PrettyPrintTestCase {
75
75
"""
76
76
77
77
var configuration = Configuration . forTesting
78
- configuration. multilineCollectionTrailingCommas = true
78
+ configuration. multiElementCollectionTrailingCommas = true
79
79
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
80
80
}
81
81
@@ -101,7 +101,7 @@ final class CommaTests: PrettyPrintTestCase {
101
101
"""
102
102
103
103
var configuration = Configuration . forTesting
104
- configuration. multilineCollectionTrailingCommas = false
104
+ configuration. multiElementCollectionTrailingCommas = false
105
105
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
106
106
}
107
107
@@ -120,7 +120,7 @@ final class CommaTests: PrettyPrintTestCase {
120
120
"""
121
121
122
122
var configuration = Configuration . forTesting
123
- configuration. multilineCollectionTrailingCommas = true
123
+ configuration. multiElementCollectionTrailingCommas = true
124
124
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 40 , configuration: configuration)
125
125
}
126
126
@@ -139,7 +139,7 @@ final class CommaTests: PrettyPrintTestCase {
139
139
"""
140
140
141
141
var configuration = Configuration . forTesting
142
- configuration. multilineCollectionTrailingCommas = false
142
+ configuration. multiElementCollectionTrailingCommas = false
143
143
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 40 , configuration: configuration)
144
144
}
145
145
@@ -165,7 +165,7 @@ final class CommaTests: PrettyPrintTestCase {
165
165
"""
166
166
167
167
var configuration = Configuration . forTesting
168
- configuration. multilineCollectionTrailingCommas = true
168
+ configuration. multiElementCollectionTrailingCommas = true
169
169
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
170
170
}
171
171
@@ -191,7 +191,7 @@ final class CommaTests: PrettyPrintTestCase {
191
191
"""
192
192
193
193
var configuration = Configuration . forTesting
194
- configuration. multilineCollectionTrailingCommas = false
194
+ configuration. multiElementCollectionTrailingCommas = false
195
195
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
196
196
}
197
197
@@ -217,7 +217,7 @@ final class CommaTests: PrettyPrintTestCase {
217
217
"""
218
218
219
219
var configuration = Configuration . forTesting
220
- configuration. multilineCollectionTrailingCommas = true
220
+ configuration. multiElementCollectionTrailingCommas = true
221
221
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
222
222
}
223
223
@@ -243,7 +243,7 @@ final class CommaTests: PrettyPrintTestCase {
243
243
"""
244
244
245
245
var configuration = Configuration . forTesting
246
- configuration. multilineCollectionTrailingCommas = false
246
+ configuration. multiElementCollectionTrailingCommas = false
247
247
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 20 , configuration: configuration)
248
248
}
249
249
@@ -263,7 +263,7 @@ final class CommaTests: PrettyPrintTestCase {
263
263
"""
264
264
265
265
var configuration = Configuration . forTesting
266
- configuration. multilineCollectionTrailingCommas = true
266
+ configuration. multiElementCollectionTrailingCommas = true
267
267
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 40 , configuration: configuration)
268
268
}
269
269
@@ -283,7 +283,7 @@ final class CommaTests: PrettyPrintTestCase {
283
283
"""
284
284
285
285
var configuration = Configuration . forTesting
286
- configuration. multilineCollectionTrailingCommas = false
286
+ configuration. multiElementCollectionTrailingCommas = false
287
287
assertPrettyPrintEqual ( input: input, expected: expected, linelength: 40 , configuration: configuration)
288
288
}
289
289
}
0 commit comments