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
The char_names array references Unicode Character 0x0670 twice with the keys SMALL_ALEF and MINI_ALEF.
Unicode Character 0x0670
This is casing the method isSamll() to fail when passed a small Alef, because the the array search return the first key SMALL_ALEF.
isSamll()
SMALL_ALEF
The duplication must be resolved by removing one of the two elements.
The text was updated successfully, but these errors were encountered:
Add test for isSmall, but failling b/c #8
e324d67
No branches or pull requests
The char_names array references
Unicode Character 0x0670
twice with the keys SMALL_ALEF and MINI_ALEF.This is casing the method
isSamll()
to fail when passed a small Alef, because the the array search return the first keySMALL_ALEF
.The duplication must be resolved by removing one of the two elements.
The text was updated successfully, but these errors were encountered: