merge from main

This commit is contained in:
Kenneth Kehl
2025-03-31 09:24:10 -07:00
64 changed files with 1006 additions and 909 deletions

View File

@@ -42,9 +42,9 @@ def test_makes_links_out_of_URLs(url):
),
),
(
("this link is in brackets (http://example.com)"),
("this link is in parenthesis (http://example.com)"),
(
"this link is in brackets "
"this link is in parenthesis "
'(<a style="word-wrap: break-word; color: #1D70B8;" href="http://example.com">http://example.com</a>)'
),
),