You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertTrue(sidecarFilesForUnknownSymbol.contains(unmatchedSidecarDiagnostic.source?.standardizedFileURL),"One of the files should be the diagnostic source")
XCTAssertEqual(duplicateMarkdownProblems.first?.diagnostic.localizedSummary,"Multiple occurrences of \'/documentation/MyKit/MyClass/myFunction()\' found")
2576
+
XCTAssertEqual(duplicateMarkdownProblems.first?.diagnostic.summary,"Multiple occurrences of \'/documentation/MyKit/MyClass/myFunction()\' found")
2577
2577
}
2578
2578
2579
2579
/// This test verifies that collision nodes and children of collision nodes are correctly
"Linking to \'doc://org.swift.docc.example/documentation/MyKit\' from a Topics group in \'doc://org.swift.docc.example/documentation/MyKit/MyClass/myFunction()\' isn't allowed"
133
133
)
134
134
@@ -140,7 +140,7 @@ class DocumentationCuratorTests: XCTestCase {
XCTAssertEqual(problem.diagnostic.localizedSummary,"A 'DisplayName' directive is only supported in documentation extension files. To customize the display name of an article, change the content of the level-1 heading.")
221
+
XCTAssertEqual(problem.diagnostic.summary,"A 'DisplayName' directive is only supported in documentation extension files. To customize the display name of an article, change the content of the level-1 heading.")
0 commit comments