@@ -421,7 +421,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
421421 fixIts: [
422422 Diagnostic . FixIt (
423423 sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: 1 , startColumn: 47 , endLine: 1 , endColumn: 47 ) ,
424- newText: " Foundation " ) ,
424+ newText: " \\ \n Foundation" ) ,
425425 ] ,
426426 childDiagnostics: [
427427 Diagnostic (
@@ -430,7 +430,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
430430 data: DiagnosticData ( " Missing entry in MODULE_DEPENDENCIES: Foundation " ) ,
431431 fixIts: [ Diagnostic . FixIt (
432432 sourceRange: Diagnostic . SourceRange ( path: projectXCConfigPath, startLine: 1 , startColumn: 47 , endLine: 1 , endColumn: 47 ) ,
433- newText: " Foundation " ) ] ,
433+ newText: " \\ \n Foundation" ) ] ,
434434 ) ,
435435 ] ) ,
436436 ] ,
@@ -442,7 +442,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
442442 fixIts: [
443443 Diagnostic . FixIt (
444444 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 " ) ,
446446 ] ,
447447 childDiagnostics: [
448448 Diagnostic (
@@ -451,7 +451,7 @@ fileprivate struct DependencyValidationTests: CoreBasedTests {
451451 data: DiagnosticData ( " Missing entry in MODULE_DEPENDENCIES: Foundation " ) ,
452452 fixIts: [ Diagnostic . FixIt (
453453 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 " ) ] ,
455455 ) ,
456456 ] ) ,
457457 ] ,
0 commit comments