Skip to content

Commit

Permalink
extra tests for link markdown checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sharktrexer committed Jan 18, 2025
1 parent 048d8c3 commit 94fca56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions link_reaper/tests/test_link_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
("[i]http://test.com)", 0),
("i]http://test.com)", 0),
("http://test.com", 0),
("[hi()](http://test.com)", 1),
("[woah[]](i)", 1),
],
)
def test_markdown_link_formats(str, expected_length):
Expand Down

0 comments on commit 94fca56

Please sign in to comment.