Xqt closed this task as "Resolved".
Xqt claimed this task.
Xqt added a comment.


  Already implemented with
  
    def _tag_pattern(tag_name: str) -> str:
        """Return a tag pattern for the given tag name."""
        return (
            r'<{0}(?:>|\s+[^>]*(?<!/)>)'  # start tag
            r'[\s\S]*?'  # contents
            r'</{0}\s*>'  # end tag
            .format(_ignore_case(tag_name)))
    
    
    def _tag_regex(tag_name: str):
        """Return a compiled tag regex for the given tag name."""
        return re.compile(_tag_pattern(tag_name))

TASK DETAIL
  https://phabricator.wikimedia.org/T151943

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Xqt
Cc: Xqt, Dvorapa, pywikibot-bugs-list, Reedy, Aklapper, Mpaa, Jyoo1011, 
JohnsonLee01, SHEKH, Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, 
Mdupont, JJMC89, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to