Skip to content

Conversation

@wmltogether
Copy link
Contributor

There was an issue with the conversion of hex floats when the float strings were in lowercase.
Test cases have been added.

'9' => 9,
'A' or 'a' => 10,
'B' or 'b' => 11,
'C' or 'd' => 12,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'C' or 'c' => 12,
'D' or 'd' => 13,

@Akeit0
Copy link
Collaborator

Akeit0 commented Apr 15, 2025

Thanks!

@Akeit0 Akeit0 merged commit 139466c into nuskey8:main Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants