@@ -64,6 +64,7 @@ final class MultilineErrorsTests: XCTestCase {
64
64
diagnostics: [
65
65
DiagnosticSpec (
66
66
message: " insufficient indentation of line in multi-line string literal " ,
67
+ highlight: " " ,
67
68
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
68
69
fixIts: [ " change indentation of this line to match closing delimiter " ]
69
70
)
@@ -89,6 +90,7 @@ final class MultilineErrorsTests: XCTestCase {
89
90
diagnostics: [
90
91
DiagnosticSpec (
91
92
message: " insufficient indentation of line in multi-line string literal " ,
93
+ highlight: " " ,
92
94
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
93
95
fixIts: [ " change indentation of this line to match closing delimiter " ]
94
96
)
@@ -114,6 +116,7 @@ final class MultilineErrorsTests: XCTestCase {
114
116
diagnostics: [
115
117
DiagnosticSpec (
116
118
message: " insufficient indentation of line in multi-line string literal " ,
119
+ highlight: " " ,
117
120
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
118
121
fixIts: [ " change indentation of this line to match closing delimiter " ]
119
122
)
@@ -138,6 +141,7 @@ final class MultilineErrorsTests: XCTestCase {
138
141
diagnostics: [
139
142
DiagnosticSpec (
140
143
message: " insufficient indentation of line in multi-line string literal " ,
144
+ highlight: " " ,
141
145
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
142
146
fixIts: [ " change indentation of this line to match closing delimiter " ]
143
147
)
@@ -162,6 +166,7 @@ final class MultilineErrorsTests: XCTestCase {
162
166
diagnostics: [
163
167
DiagnosticSpec (
164
168
message: " insufficient indentation of line in multi-line string literal " ,
169
+ highlight: " " ,
165
170
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
166
171
fixIts: [ " change indentation of this line to match closing delimiter " ]
167
172
)
@@ -187,6 +192,7 @@ final class MultilineErrorsTests: XCTestCase {
187
192
diagnostics: [
188
193
DiagnosticSpec (
189
194
message: " insufficient indentation of line in multi-line string literal " ,
195
+ highlight: " " ,
190
196
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
191
197
fixIts: [ " change indentation of this line to match closing delimiter " ]
192
198
)
@@ -213,6 +219,7 @@ final class MultilineErrorsTests: XCTestCase {
213
219
diagnostics: [
214
220
DiagnosticSpec (
215
221
message: " unexpected tab in indentation of line in multi-line string literal " ,
222
+ highlight: " " ,
216
223
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
217
224
fixIts: [ " change indentation of this line to match closing delimiter " ]
218
225
)
@@ -238,6 +245,7 @@ final class MultilineErrorsTests: XCTestCase {
238
245
diagnostics: [
239
246
DiagnosticSpec (
240
247
message: " unexpected tab in indentation of line in multi-line string literal " ,
248
+ highlight: " " ,
241
249
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
242
250
fixIts: [ " change indentation of this line to match closing delimiter " ]
243
251
)
@@ -263,6 +271,7 @@ final class MultilineErrorsTests: XCTestCase {
263
271
diagnostics: [
264
272
DiagnosticSpec (
265
273
message: " unexpected space in indentation of line in multi-line string literal " ,
274
+ highlight: " " ,
266
275
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
267
276
fixIts: [ " change indentation of this line to match closing delimiter " ]
268
277
)
@@ -288,6 +297,7 @@ final class MultilineErrorsTests: XCTestCase {
288
297
diagnostics: [
289
298
DiagnosticSpec (
290
299
message: " unexpected space in indentation of line in multi-line string literal " ,
300
+ highlight: " " ,
291
301
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
292
302
fixIts: [ " change indentation of this line to match closing delimiter " ]
293
303
)
@@ -381,6 +391,7 @@ final class MultilineErrorsTests: XCTestCase {
381
391
diagnostics: [
382
392
DiagnosticSpec (
383
393
message: " unexpected space in indentation of the next 2 lines in multi-line string literal " ,
394
+ highlight: " " ,
384
395
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
385
396
fixIts: [ " change indentation of this line to match closing delimiter " ]
386
397
)
@@ -416,18 +427,21 @@ final class MultilineErrorsTests: XCTestCase {
416
427
DiagnosticSpec (
417
428
locationMarker: " 1️⃣ " ,
418
429
message: " insufficient indentation of the next 4 lines in multi-line string literal " ,
430
+ highlight: " " ,
419
431
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
420
432
fixIts: [ " change indentation of this line to match closing delimiter " ]
421
433
) ,
422
434
DiagnosticSpec (
423
435
locationMarker: " 2️⃣ " ,
424
436
message: " unexpected space in indentation of the next 2 lines in multi-line string literal " ,
437
+ highlight: " " ,
425
438
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
426
439
fixIts: [ " change indentation of this line to match closing delimiter " ]
427
440
) ,
428
441
DiagnosticSpec (
429
442
locationMarker: " 3️⃣ " ,
430
443
message: " insufficient indentation of the next 2 lines in multi-line string literal " ,
444
+ highlight: " " ,
431
445
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
432
446
fixIts: [ " change indentation of this line to match closing delimiter " ]
433
447
) ,
@@ -463,6 +477,7 @@ final class MultilineErrorsTests: XCTestCase {
463
477
diagnostics: [
464
478
DiagnosticSpec (
465
479
message: " insufficient indentation of the next 2 lines in multi-line string literal " ,
480
+ highlight: " " ,
466
481
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
467
482
fixIts: [ " change indentation of this line to match closing delimiter " ]
468
483
)
@@ -490,12 +505,14 @@ final class MultilineErrorsTests: XCTestCase {
490
505
DiagnosticSpec (
491
506
locationMarker: " 1️⃣ " ,
492
507
message: " insufficient indentation of line in multi-line string literal " ,
508
+ highlight: " " ,
493
509
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
494
510
fixIts: [ " change indentation of this line to match closing delimiter " ]
495
511
) ,
496
512
DiagnosticSpec (
497
513
locationMarker: " 2️⃣ " ,
498
514
message: " insufficient indentation of line in multi-line string literal " ,
515
+ highlight: " " ,
499
516
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
500
517
fixIts: [ " change indentation of this line to match closing delimiter " ]
501
518
) ,
@@ -854,6 +871,7 @@ final class MultilineErrorsTests: XCTestCase {
854
871
diagnostics: [
855
872
DiagnosticSpec (
856
873
message: " insufficient indentation of line in multi-line string literal " ,
874
+ highlight: " " ,
857
875
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
858
876
fixIts: [ " change indentation of this line to match closing delimiter " ]
859
877
)
@@ -881,12 +899,14 @@ final class MultilineErrorsTests: XCTestCase {
881
899
DiagnosticSpec (
882
900
locationMarker: " 1️⃣ " ,
883
901
message: " insufficient indentation of line in multi-line string literal " ,
902
+ highlight: " " ,
884
903
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
885
904
fixIts: [ " change indentation of this line to match closing delimiter " ]
886
905
) ,
887
906
DiagnosticSpec (
888
907
locationMarker: " 2️⃣ " ,
889
908
message: " insufficient indentation of line in multi-line string literal " ,
909
+ highlight: " " ,
890
910
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
891
911
fixIts: [ " change indentation of this line to match closing delimiter " ]
892
912
) ,
@@ -915,6 +935,7 @@ final class MultilineErrorsTests: XCTestCase {
915
935
diagnostics: [
916
936
DiagnosticSpec (
917
937
message: " insufficient indentation of the next 3 lines in multi-line string literal " ,
938
+ highlight: " " ,
918
939
notes: [ NoteSpec ( message: " should match indentation here " ) ] ,
919
940
fixIts: [ " change indentation of this line to match closing delimiter " ]
920
941
)
0 commit comments