diff options
Diffstat (limited to '_pytest')
-rw-r--r-- | _pytest/test_unfurl.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py index b76e5f6..480000e 100644 --- a/_pytest/test_unfurl.py +++ b/_pytest/test_unfurl.py @@ -104,6 +104,11 @@ import wee_slack 'auto_link_display': 'both', }, { + 'input': "url with equal fallback: <https://example.com|https://example.com> suffix", + 'output': "url with equal fallback: https://example.com suffix", + 'auto_link_display': 'both', + }, + { 'input': "try the #general channel", 'output': "try the #general channel", }, |