We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e68a3 commit 869bc04Copy full SHA for 869bc04
tests/backend_tests/slack_tests.py
@@ -247,6 +247,10 @@ def test_slack_markdown_link_preprocessor(self):
247
"This is <http://example.com/|a link> and a manual URL: https://example.com/.",
248
convert("This is [a link](http://example.com/) and a manual URL: https://example.com/.")
249
)
250
+ self.assertEqual(
251
+ "<http://example.com/|This is a link>",
252
+ convert("[This is a link](http://example.com/)")
253
+ )
254
self.assertEqual(
255
"This is http://example.com/image.png.",
256
convert("This is .")
0 commit comments