Skip to content

Commit f093537

Browse files
committed
Add search test for URLs in parantheses
1 parent c6b3e47 commit f093537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/plugin_tests/test_link_announcer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
)
5959

6060
SEARCH = (
61+
("(https://foo.bar)", "https://foo.bar"),
6162
("[https://example.com]", "https://example.com"),
6263
("<a hreh=\"https://example.com/test.page?#test\">", "https://example.com/test.page?#test"),
6364
("<https://www.example.com/this.is.a.test/blah.txt?a=1#123>", "https://www.example.com/this.is.a.test/blah.txt?a=1#123"),

0 commit comments

Comments
 (0)