Skip to content

Commit c5c7e46

Browse files
committed
Remove Date Doc Comments
1 parent 2486baa commit c5c7e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/CodeEditTextViewTests/LayoutManager/TextLayoutManagerTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ struct TextLayoutManagerTests {
102102
layoutManager.lineStorage.validateInternalState()
103103
}
104104

105-
/// # 04/09/25
106105
/// This ensures that getting line rect info does not invalidate layout. The issue was previously caused by a
107106
/// call to ``TextLayoutManager/preparePositionForDisplay``.
108107
@Test
@@ -132,7 +131,6 @@ struct TextLayoutManagerTests {
132131
layoutManager.lineStorage.validateInternalState()
133132
}
134133

135-
/// # 05/05/25
136134
/// It's easy to iterate through lines by taking the last line's range, and adding one to the end of the range.
137135
/// However, that will always skip lines that are empty, but represent a line. This test ensures that when we
138136
/// iterate over a range, we'll always find those empty lines.

0 commit comments

Comments
 (0)