summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-12-11 13:03:14 -0500
committerJoramWilander <jwawilander@gmail.com>2015-12-11 13:03:14 -0500
commitb660acf8f893972c56817cfa49e8318f40aa32a0 (patch)
treef13bbb7255ddfa078afa4400313c733e10ed3cf7 /doc
parentce03fbc6d8176b6d5a903312241a948f59785a04 (diff)
downloadchat-b660acf8f893972c56817cfa49e8318f40aa32a0.tar.gz
chat-b660acf8f893972c56817cfa49e8318f40aa32a0.tar.bz2
chat-b660acf8f893972c56817cfa49e8318f40aa32a0.zip
Add hashtag testing and allow special german characters
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/tests/test-hashtags.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/developer/tests/test-hashtags.md b/doc/developer/tests/test-hashtags.md
new file mode 100644
index 000000000..0c26042ba
--- /dev/null
+++ b/doc/developer/tests/test-hashtags.md
@@ -0,0 +1,20 @@
+# Hashtag Testing
+
+Hashtags in Mattermosts should render as specified below.
+
+#### These strings should auto-link:
+
+#testing
+#testing123
+#test-test
+#test_test
+#test! (punctuation should be excluded from linking)
+#test1 #test2
+#hüllo
+
+#### These strings should not auto-link:
+
+#123test
+#?test
+#-test
+