Skip to content

Commit 2dd66ef

Browse files
Update bedevere/util.py
Co-authored-by: Ezio Melotti <[email protected]>
1 parent 60deb92 commit 2dd66ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bedevere/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
ISSUE_BODY_TASK_LIST_PATTERN = re.compile(
3939
rf"(?P<start>{ISSUE_BODY_OPENING_TAG}\r?\n```\[tasklist\])"
4040
rf"(?P<tasks>.*?)"
41-
rf"(?P<end>```\s{{1,2}}{ISSUE_BODY_CLOSING_TAG})",
41+
rf"(?P<end>```\r?\n{ISSUE_BODY_CLOSING_TAG})",
4242
flags=re.DOTALL
4343
)
4444

0 commit comments

Comments
 (0)