summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-16 09:09:11 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-16 09:09:11 -0500
commit3e418a100a3a491ebff7ba72ac003dd06752a30a (patch)
treece321f1a197d7bcf5f43c7acf8c49b01363461f5 /doc
parenta13fbfe493974319378949dd54c0523da4ea86c2 (diff)
parentb660acf8f893972c56817cfa49e8318f40aa32a0 (diff)
downloadchat-3e418a100a3a491ebff7ba72ac003dd06752a30a.tar.gz
chat-3e418a100a3a491ebff7ba72ac003dd06752a30a.tar.bz2
chat-3e418a100a3a491ebff7ba72ac003dd06752a30a.zip
Merge pull request #1710 from mattermost/plt-1498
PLT-1498 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
+