We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Affected code points are
origLowerCode != expectLowerCode 42951 origLowerCode = 18446744069414561735 expectLowerCode = 18446744069414561736 origUpperCode != expectUpperCode 42952 origUpperCode = 18446744069414561736 expectUpperCode = 18446744069414561735 origLowerCode != expectLowerCode 42953 origLowerCode = 18446744069414561737 expectLowerCode = 18446744069414561738 origUpperCode != expectUpperCode 42954 origUpperCode = 18446744069414561738 expectUpperCode = 18446744069414561737 origLowerCode != expectLowerCode 42997 origLowerCode = 18446744069414561781 expectLowerCode = 18446744069414561782 origUpperCode != expectUpperCode 42998 origUpperCode = 18446744069414561782 expectUpperCode = 18446744069414561781
Looks like something changed in node's v8 version recently. Tested with node v13.12.0, while earlier versions appear to be fine. cc @MaxGraey
The text was updated successfully, but these errors were encountered:
Yeah, node.js updated unicode to latest 13.0.0 (we use 12.1.0 currently): nodejs/node@74e7e72
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Affected code points are
Looks like something changed in node's v8 version recently. Tested with node v13.12.0, while earlier versions appear to be fine. cc @MaxGraey
The text was updated successfully, but these errors were encountered: