From a7fae6e62fbddc5565b10995f0eaeaca0af6c818 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 18 Feb 2016 09:25:10 -0500 Subject: Moving tests to /tests and removing /doc folder. Docs are now in seperate repository --- tests/test-hashtags.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/test-hashtags.md (limited to 'tests/test-hashtags.md') diff --git a/tests/test-hashtags.md b/tests/test-hashtags.md new file mode 100644 index 000000000..0c26042ba --- /dev/null +++ b/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 + -- cgit v1.2.3-1-g7c22