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
Currently implemented toRadixString for radix 1..16. Specify the range.
LibTest/core/int/toRadixString/int/toRadixString/A01/t01
The text was updated successfully, but these errors were encountered:
EcmaScript goes up to 36. Any reason we shouldn't do the same?
Sorry, something went wrong.
This comment was originally written by [email protected]
Whatever you do here, please reflect it in the String.toInt method.
Fixed to go up to 36 on both implementation. Handling of out of bounds radices has been unified as well.
Added Fixed label.
No branches or pull requests
Currently implemented toRadixString for radix 1..16. Specify the range.
LibTest/core/int/toRadixString/int/toRadixString/A01/t01
The text was updated successfully, but these errors were encountered: