From d46b8366cb1e35fd939b4e3e6f8bf087b2208c1b Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 29 Aug 2015 18:00:42 +0200 Subject: Handle unfurling of things with no alt text correctly as well --- _pytest/test_unfurl.py | 3 +++ 1 file changed, 3 insertions(+) (limited to '_pytest/test_unfurl.py') diff --git a/_pytest/test_unfurl.py b/_pytest/test_unfurl.py index 8c7f96e..9af7cf2 100644 --- a/_pytest/test_unfurl.py +++ b/_pytest/test_unfurl.py @@ -15,6 +15,9 @@ unfurl_map = [ { "input": "foo <#C2147483705|#otherchannel> foo", "output": "foo #otherchannel foo", }, + { "input": "foo <#C2147483705> foo", + "output": "foo #testchan foo", + }, { "input": "url: suffix", "output": "url: https://example.com (example) suffix", }, -- cgit