From 75c9f6d4ae440df3c00625f79ea20079628a8d5f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 22 2018 09:20:15 +0000 Subject: Remove some funky bits from inline pattern regexes The bits removed here are *very* weird. They are inverted sets which will match anything but a literal pipe or any character in the \w class. The following bit, `(? --- diff --git a/pagure/pfmarkdown.py b/pagure/pfmarkdown.py index 4c569c7..363e94b 100644 --- a/pagure/pfmarkdown.py +++ b/pagure/pfmarkdown.py @@ -51,8 +51,8 @@ COMMIT_LINK_RE = \ '([a-zA-Z0-9_-]*?/)?'\ '([a-zA-Z0-9_-]+)'\ '#(?P[\w]{40})' -IMPLICIT_ISSUE_RE = r'[^|\w](?