Skip to content

Commit

Permalink
textcode markup: fix SyntaxWarning in regex
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell G <[email protected]>
  • Loading branch information
gotmax23 committed Aug 11, 2024
1 parent 047e383 commit 002e549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ v33.0.0 (next next, roadmap)
- Update link references of ownership from nexB to aboutcode-org
See https://github.com/aboutcode-org/scancode-toolkit/issues/3885

- Fix Python ``SyntaxWarning`` in extractcode module.


v32.2.1 - 2024-07-02
---------------------
Expand Down
2 changes: 1 addition & 1 deletion src/textcode/markup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def demarkup(location):
r'|'
r'href'
r'|'
'[\'"]?\/\>'
r'[\'"]?\/\>'
r'|'
r'/>'
r')',
Expand Down

0 comments on commit 002e549

Please sign in to comment.