summaryrefslogtreecommitdiffstats
path: root/webapp/tests/formatting_hashtags.test.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2077 Support CJK hashtags (#4555)Hyeseong Kim2016-11-241-6/+0
| | | | | | | | | | | | | | | | | | * Add Korean character ranges to exist CJK pattern * Add constant for CJK hashtags Becuase most of keywords in CJK are two characters * Add CJK ranges to hashtag pattern to handle it. * Fixes hashtag pattern to apply numbers at last * Remove a wrong test case `test_` shouldn't be a hashtag * Fix hashtag regex to support standard unicodes * Remove wrong escapes from regex
* PLT-4096 Fixed highlighting of hashtags in search (#4043)Harrison Healey2016-09-201-0/+163
* PLT-4096 Fixed highlighting of hashtags in search * Added unit tests for hashtag rendering on the client