summaryrefslogtreecommitdiffstats
path: root/doc/developer/tests/test-links.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-12 09:18:20 -0800
committerit33 <iantien@gmail.com>2015-11-12 09:18:20 -0800
commit1e5a37eb4fbee230309e3183ea5b896e03c1c77d (patch)
tree13593f80014326141d794fcc038e3eb623c9737f /doc/developer/tests/test-links.md
parentb191b88afed9fc2e0431b76f8348ec5291255909 (diff)
downloadchat-1e5a37eb4fbee230309e3183ea5b896e03c1c77d.tar.gz
chat-1e5a37eb4fbee230309e3183ea5b896e03c1c77d.tar.bz2
chat-1e5a37eb4fbee230309e3183ea5b896e03c1c77d.zip
Create test-links.md
Diffstat (limited to 'doc/developer/tests/test-links.md')
-rw-r--r--doc/developer/tests/test-links.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/developer/tests/test-links.md b/doc/developer/tests/test-links.md
new file mode 100644
index 000000000..62b729b30
--- /dev/null
+++ b/doc/developer/tests/test-links.md
@@ -0,0 +1,16 @@
+
+# Link Testing
+
+Links in Mattermosts should render as specified below. Paste the below text into Mattermost to test text processing.
+
+```
+These strings should auto-link:
+
+http://wikipedia.com
+https://wikipedia.com
+www.wikipedia.com
+
+These strings should not auto-link:
+
+Readme.md
+```