From fa8a1ca0987cf2290be4bb3d57a55f3d8e24cd89 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 8 Oct 2015 12:41:06 -0400 Subject: Fixed parsing of :'( emoticon --- web/react/utils/emoticons.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/utils') diff --git a/web/react/utils/emoticons.jsx b/web/react/utils/emoticons.jsx index ae1cfda26..508166af9 100644 --- a/web/react/utils/emoticons.jsx +++ b/web/react/utils/emoticons.jsx @@ -11,7 +11,7 @@ const emoticonPatterns = { stuck_out_tongue: /(^|\s)(:-?p)($|\s)/gi, // :p rage: /(^|\s)(:-?[\[@])($|\s)/g, // :@ frowning: /(^|\s)(:-?\()($|\s)/g, // :( - sob: /(^|\s)(:['’]-?\(|:'\()($|\s)/g, // :`( + sob: /(^|\s)(:['’]-?\(|:'\(|:'\()($|\s)/g, // :`( kissing_heart: /(^|\s)(:-?\*)($|\s)/g, // :* pensive: /(^|\s)(:-?\/)($|\s)/g, // :/ confounded: /(^|\s)(:-?s)($|\s)/gi, // :s -- cgit v1.2.3-1-g7c22