Fixed parsing of :'( emoticon

This commit is contained in:
hmhealey
2015-10-08 12:41:06 -04:00
parent 5bcba280c6
commit fa8a1ca098

View File

@@ -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