summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-19 08:38:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-19 08:38:50 -0400
commitc868620693c69e2931c3023460eaafd9f6d330b6 (patch)
tree4fdea8445e794d9dc8223d70fa9838d588d20127 /tests
parent5ace856e72b23920d9448d4eb11e0bc4ccbf11f0 (diff)
downloadchat-c868620693c69e2931c3023460eaafd9f6d330b6.tar.gz
chat-c868620693c69e2931c3023460eaafd9f6d330b6.tar.bz2
chat-c868620693c69e2931c3023460eaafd9f6d330b6.zip
Updated our fork of marked and added more links to test-links.md (#3047)
Diffstat (limited to 'tests')
-rw-r--r--tests/test-links.md147
1 files changed, 85 insertions, 62 deletions
diff --git a/tests/test-links.md b/tests/test-links.md
index c9aca446d..5e5d0efae 100644
--- a/tests/test-links.md
+++ b/tests/test-links.md
@@ -1,70 +1,93 @@
-# Link Testing
+# Link Testing
-Links in Mattermosts should render as specified below.
+Links in Mattermosts should render as specified below.
-#### These strings should auto-link:
+#### These strings should auto-link:
-http://example.com
-https://example.com
-www.example.com
-www.example.com/index
-www.example.com/index.html
-www.example.com/index/sub
-www.example.com/index?params=1
-www.example.com/index?params=1&other=2
-www.example.com/index?params=1;other=2
-http://example.com:8065
-http://www.example.com/_/page
-www.example.com/_/page
-https://en.wikipedia.org/wiki/🐬
-https://en.wikipedia.org/wiki/Rendering_(computer_graphics)
-http://127.0.0.1
-http://192.168.1.1:4040
-http://[::1]:80
-http://[::1]:8065
-https://[::1]:80
-http://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:80
-http://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:8065
-https://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:443
-http://username:password@example.com
-http://username:password@127.0.0.1
-http://username:password@[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:80
-test@example.com
-
-#### These strings should not auto-link:
-
-example.com
-readme.md
-http://
-@example.com
-./make-compiled-client.sh
-test.:test
-https://<your-mattermost-url>/signup/gitlab
+http://example.com
+https://example.com
+www.example.com
+www.example.com/index
+www.example.com/index.html
+www.example.com/index/sub
+www.example.com/index?params=1
+www.example.com/index?params=1&other=2
+www.example.com/index?params=1;other=2
+http://example.com:8065
+http://www.example.com/_/page
+www.example.com/_/page
+https://en.wikipedia.org/wiki/🐬
+https://en.wikipedia.org/wiki/Rendering_(computer_graphics)
+http://127.0.0.1
+http://192.168.1.1:4040
+http://[::1]:80
+http://[::1]:8065
+https://[::1]:80
+http://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:80
+http://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:8065
+https://[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:443
+http://username:password@example.com
+http://username:password@127.0.0.1
+http://username:password@[2001:0:5ef5:79fb:303a:62d5:3312:ff42]:80
+test@example.com
+http://example.com/more_(than)_one_(parens)
+http://example.com/(something)?after=parens
+http://foo.com/unicode_(✪)_in_parens
+http://✪df.ws/1234
+*https://example.com*
+_https://example.com_
+**https://example.com**
+__https://example.com__
+***https://example.com***
+___https://example.com___
+<https://example.com>
+<https://en.wikipedia.org/wiki/Rendering_(computer_graphics)>
+www1.example.com
+
+#### These strings should not auto-link:
+
+example.com
+readme.md
+@example.com
+./make-compiled-client.sh
+test.:test
+https://<your-mattermost-url>/signup/gitlab
+`https://example.com`
#### Only the links within these sentences should auto-link:
-(http://example.com)
-(test@example.com)
-This is a sentence with a http://example.com in it.
-This is a sentence with a [link](http://example.com) in it.
-This is a sentence with a http://example.com/_/underscore in it.
-This is a sentence with a link (http://example.com) in it.
-This is a sentence with a (https://en.wikipedia.org/wiki/Rendering_(computer_graphics)) in it.
-This is a sentence with a http://192.168.1.1:4040 in it.
-This is a sentence with a https://[::1]:80 in it.
-This is a link to http://example.com.
+(http://example.com)
+(see http://example.com)
+(http://example.com watch this)
+(test@example.com)
+This is a sentence with a http://example.com in it.
+This is a sentence with a [link](http://example.com) in it.
+This is a sentence with a http://example.com/_/underscore in it.
+This is a sentence with a link (http://example.com) in it.
+This is a sentence with a (https://en.wikipedia.org/wiki/Rendering_(computer_graphics)) in it.
+This is a sentence with a http://192.168.1.1:4040 in it.
+This is a sentence with a https://[::1]:80 in it.
+This is a link to http://example.com.
+This is a link containing http://example.com/something?with,commas,in,url, but not at end
+
+#### These links should auto-link to the specified location:
-#### These links should auto-link to the specified location:
+[example link](example.com) links to `http://example.com`
+[example.com](example.com) links to `http://example.com`
+[example.com/other](example.com) links to `http://example.com`
+[example.com/other_link](example.com/example) links to `http://example.com/example`
+www.example.com links to `http://www.example.com`
+https://example.com links to `https://example.com` and not `http://example.com`
+https://en.wikipedia.org/wiki/🐬 links to the Wikipedia article on dolphins
+https://en.wikipedia.org/wiki/URLs#Syntax links to the Syntax section of the Wikipedia article on URLs
+test@example.com links to `mailto:test@example.com`
+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`
+[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`
-[example link](example.com) links to `http://example.com`
-[example.com](example.com) links to `http://example.com`
-[example.com/other](example.com) links to `http://example.com`
-[example.com/other_link](example.com/example) links to `http://example.com/example`
-www.example.com links to `http://www.example.com`
-https://example.com links to `https://example.com` and not `http://example.com`
-https://en.wikipedia.org/wiki/🐬 links to the Wikipedia article on dolphins
-https://en.wikipedia.org/wiki/URLs#Syntax links to the Syntax section of the Wikipedia article on URLs
-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` \ No newline at end of file
+#### These links should have tooltips when you hover over them
+[link](example.com "catch phrase!") should have the tooltip `catch phrase!`
+[link](example.com "title with "quotes"") should have the tooltip `title with "quotes"`
+[link with spaces](example.com/ spaces in the url "and a title") should have the tooltip `and a title` \ No newline at end of file