We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing πββοΈor πββοΈto isEmoji returns false.
isEmoji
false
The text was updated successfully, but these errors were encountered:
This is true, I wrote a quick test that is failing. I'm going to try to investigate but if you have time, a PR is always welcome!
@Test public void isEmoji_with_gender_modifier_returns_true() { // GIVEN String str = "πββ"; // WHEN boolean isEmoji = EmojiManager.isEmoji(str); // THEN assertTrue(isEmoji); }
Sorry, something went wrong.
Draft Pull Request: #139
No branches or pull requests
Passing πββοΈor πββοΈto
isEmoji
returnsfalse
.The text was updated successfully, but these errors were encountered: