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
XCTAssertEqual(replacement.replacement,"","Replacement should be empty string to remove the directive")
1400
+
XCTAssertNotNil(replacement.range,"Replacement should have a valid range")
1401
+
1402
+
// Verify that the replacement range covers the expected content
1403
+
XCTAssertEqual(replacement.range, problem.diagnostic.range,"Replacement range should match the problem's diagnostic range to ensure it removes the entire @DisplayName directive")
1404
+
}
1405
+
1363
1406
// MARK: - Leading Whitespace in Doc Comments
1364
1407
1365
1408
func testWithoutLeadingWhitespace(){
@@ -1550,8 +1593,7 @@ class SymbolTests: XCTestCase {
0 commit comments