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
Copy file name to clipboardExpand all lines: Tests/SwiftDocCTests/Rendering/ConstraintsRenderSectionTests.swift
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,43 @@ class ConstraintsRenderSectionTests: XCTestCase {
273
273
// Verify we've removed the "Self." prefix in the type names
274
274
XCTAssertEqual(renderReference.conformance?.constraints.map(flattenInlineElements).joined(),"Element conforms to MyProtocol and Index conforms to Equatable.")
275
275
}
276
+
277
+
func testRenderSameShape()asyncthrows{
278
+
let(_, bundle, context)=tryawaittestBundleAndContext(copying:"LegacyBundle_DoNotUseInNewTests", excludingPaths:[]){ bundleURL in
0 commit comments