onmyway133 / Smile

:smile: Emoji in Swift
https://onmyway133.com/apps/
Other
519 stars 45 forks source link

Fix matching strings with colon #21

Closed dstranz closed 4 years ago

dstranz commented 4 years ago

This PR will fix matching emojis inside strings with colon, like: "Let's sing together: In the :circus_tent:, there are :dog:, :cat: and :super_unicorn:"

Before: "Let's sing together: In the :circus_tent:, there are 🐶, 🐱 and :super_unicorn:"

After: "Let's sing together: In the 🎪, there are 🐶, 🐱 and :super_unicorn:"

I've also fixed some other tests.

onmyway133 commented 4 years ago

@dstranz Nice catch, thanks for the PR, Dominique 👍