summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorlindalumitchell <linda@mattermost.com>2017-03-06 17:36:58 -0800
committerCorey Hulen <corey@hulen.com>2017-03-06 20:36:58 -0500
commita2aa1cd124f1bd4eea3015cf2c4a5b85d94e82ab (patch)
tree943d709f2d002b5b058f9ba8d505e84dd2869d84 /tests
parent5eb190c53b8d0425300d34be87e647267f76a6e4 (diff)
downloadchat-a2aa1cd124f1bd4eea3015cf2c4a5b85d94e82ab.tar.gz
chat-a2aa1cd124f1bd4eea3015cf2c4a5b85d94e82ab.tar.bz2
chat-a2aa1cd124f1bd4eea3015cf2c4a5b85d94e82ab.zip
Update test-links.md (#5656)
Added test for angle brackets around email address
Diffstat (limited to 'tests')
-rw-r--r--tests/test-links.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-links.md b/tests/test-links.md
index 80b892885..fd627eb86 100644
--- a/tests/test-links.md
+++ b/tests/test-links.md
@@ -87,6 +87,7 @@ mailto:test@example.com links to `mailto:test@example.com`
[email link](mailto:test@example.com) links to `mailto:test@example.com` and not `http://mailto:test@example.com`
[other link](ts3server://example.com) links to `ts3server://example.com` and not `http://ts3server://example.com`
test_underscore@example.com links to `mailto:test_underscore@example.com`
+<test@example.com> with angle brackets links to `mailto:test@example.com` and not `http://mailto:test@example.com`
[link with spaces](example.com/ spaces in the url) links to either `http://example.com/ spaces in the url` or `http://example.com/%20spaces%20in%20the%20url`
#### These links should have tooltips when you hover over them