File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -1150,29 +1150,29 @@ final class LocalSwiftTests: XCTestCase {
1150
1150
}
1151
1151
1152
1152
func testXMLToMarkdownCommentOmitDeclaration( ) {
1153
- XCTAssertEqual (
1154
- try xmlDocumentationToMarkdown (
1155
- """
1156
- <Function file= " Pi.swift " line= " 3 " column= " 14 " > \
1157
- <Declaration>func pi()</Declaration> \
1158
- <CommentParts> \
1159
- <Abstract><Para>Computes π with infinite precision.</Para></Abstract> \
1160
- <Discussion> \
1161
- <Para>This function doesn’t terminate.</Para> \
1162
- </Discussion> \
1163
- </CommentParts> \
1164
- </Function>
1165
- """ ,
1166
- includeDeclaration: false
1167
- ) ,
1153
+ XCTAssertEqual (
1154
+ try xmlDocumentationToMarkdown (
1168
1155
"""
1169
- Computes π with infinite precision.
1156
+ <Function file= " Pi.swift " line= " 3 " column= " 14 " > \
1157
+ <Declaration>func pi()</Declaration> \
1158
+ <CommentParts> \
1159
+ <Abstract><Para>Computes π with infinite precision.</Para></Abstract> \
1160
+ <Discussion> \
1161
+ <Para>This function doesn’t terminate.</Para> \
1162
+ </Discussion> \
1163
+ </CommentParts> \
1164
+ </Function>
1165
+ """ ,
1166
+ includeDeclaration: false
1167
+ ) ,
1168
+ """
1169
+ Computes π with infinite precision.
1170
1170
1171
- ### Discussion
1171
+ ### Discussion
1172
1172
1173
- This function doesn’t terminate.
1174
- """
1175
- )
1173
+ This function doesn’t terminate.
1174
+ """
1175
+ )
1176
1176
}
1177
1177
1178
1178
func testSymbolInfo( ) async throws {
You can’t perform that action at this time.
0 commit comments