]> git.mxchange.org Git - friendica.git/commit
Add unit tests for Smilies::isEmojiPost
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 30 Aug 2023 02:16:09 +0000 (22:16 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 30 Aug 2023 02:16:09 +0000 (22:16 -0400)
commit059a1112824e19cb9267c170c890a583c018f874
treed7afa88be3e861f321317810cbe839e6af21e704
parent6ed440718d28da5449e97ae34a8a4bfcae91146f
Add unit tests for Smilies::isEmojiPost

- Current implementation is failing tests with emojis including the zero-width-joiner character, encoded on 3 bytes only.
src/Content/Smilies.php
tests/src/Content/SmiliesTest.php