Improve test coverage
This commit is contained in:
@@ -269,6 +269,10 @@ class IndexHeading:
|
||||
def synopsis(self) -> str:
|
||||
return self._comments.get("summary", "")
|
||||
|
||||
@property
|
||||
def comments(self) -> dict[str, str]:
|
||||
return self._comments
|
||||
|
||||
@property
|
||||
def tag(self) -> str:
|
||||
return self._tag
|
||||
|
||||
Reference in New Issue
Block a user