@@ -421,7 +421,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
421
421
fixIts: [
422
422
Diagnostic . FixIt (
423
423
sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: 1 , startColumn: 47 , endLine: 1 , endColumn: 47 ) ,
424
- newText: " Foundation " ) ,
424
+ newText: " \\ \n Foundation" ) ,
425
425
] ,
426
426
childDiagnostics: [
427
427
Diagnostic (
@@ -430,7 +430,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
430
430
data: DiagnosticData ( " Missing entry in MODULE_DEPENDENCIES: Foundation " ) ,
431
431
fixIts: [ Diagnostic . FixIt (
432
432
sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: 1 , startColumn: 47 , endLine: 1 , endColumn: 47 ) ,
433
- newText: " Foundation " ) ] ,
433
+ newText: " \\ \n Foundation" ) ] ,
434
434
) ,
435
435
] ) ,
436
436
] ,
@@ -442,7 +442,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
442
442
fixIts: [
443
443
Diagnostic . FixIt (
444
444
sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: . max, startColumn: . max, endLine: . max, endColumn: . max) ,
445
- newText: " \n MODULE_DEPENDENCIES[target=TargetB] = $(inherited) Foundation \n " ) ,
445
+ newText: " \n MODULE_DEPENDENCIES[target=TargetB] = $(inherited) \\ \n Foundation\n " ) ,
446
446
] ,
447
447
childDiagnostics: [
448
448
Diagnostic (
@@ -451,7 +451,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
451
451
data: DiagnosticData ( " Missing entry in MODULE_DEPENDENCIES: Foundation " ) ,
452
452
fixIts: [ Diagnostic . FixIt (
453
453
sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: . max, startColumn: . max, endLine: . max, endColumn: . max) ,
454
- newText: " \n MODULE_DEPENDENCIES[target=TargetB] = $(inherited) Foundation \n " ) ] ,
454
+ newText: " \n MODULE_DEPENDENCIES[target=TargetB] = $(inherited) \\ \n Foundation\n " ) ] ,
455
455
) ,
456
456
] ) ,
457
457
] ,
0 commit comments