Skip to content

Commit 3bcfedd

Browse files
committed
Test PageType.init(symbolKind:) with namespace.
1 parent 388b072 commit 3bcfedd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/SwiftDocCTests/Indexing/NavigatorIndexTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ Root
12501250
XCTAssertEqual(PageType(symbolKind: "union"), .union)
12511251
XCTAssertEqual(PageType(symbolKind: "property"), .instanceProperty)
12521252
XCTAssertEqual(PageType(symbolKind: "dict"), .dictionarySymbol)
1253+
XCTAssertEqual(PageType(symbolKind: "namespace"), .namespace)
12531254

12541255
func verifySymbolKind(_ inputs: [String], _ result: PageType) {
12551256
for input in inputs {

0 commit comments

Comments
 (0)