1134 - Changing all instances of the word "brackets" to "parenthesis"

This commit is contained in:
Jonathan Bobel
2025-03-20 10:29:29 -04:00
parent a5ddf8038b
commit fe098eca22
20 changed files with 92 additions and 69 deletions

View File

@@ -44,9 +44,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>)'
),
),