Improve test coverage

This commit is contained in:
Veronica Berglyd Olsen
2025-04-09 21:08:43 +02:00
parent c107978173
commit 7d4ae2328c
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -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