Skip to content

Commit 3f9b8b5

Browse files
committed
fixing test
1 parent cdabe49 commit 3f9b8b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/MarkdownTests/Parsing/DoxygenCommandParserTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,9 @@ class DoxygenCommandParserTests: XCTestCase {
469469
let expectedDump = #"""
470470
Document
471471
├─ BlockDirective name: "method"
472-
├─ BlockDirective name: "abstract"
472+
├─ DoxygenAbstract
473+
│ └─ Paragraph
474+
│ └─ Text "Some brief description of this method"
473475
├─ DoxygenParameter parameter: number
474476
│ └─ Paragraph
475477
│ └─ Text "Some description of the “number” parameter"

0 commit comments

Comments
 (0)