Skip to content

Commit 864ab23

Browse files
committed
properly ignore coverage for this branch.
Though I still don't know how to come up with a test to cover it.
1 parent fd8b10a commit 864ab23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textile/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def markStartOfLinks(self, text):
725725

726726
try:
727727
possibility = possible_start_quotes.pop()
728-
except IndexError: # pragma: no branch
728+
except IndexError: # pragma: no cover
729729
# If out of possible starting segments we back the
730730
# last one from the linkparts array
731731
linkparts.pop()

0 commit comments

Comments
 (0)