Skip to content
New issue

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

Add test cases for malformed _nat literals #128

Open
4 tasks
saxbophone opened this issue Feb 4, 2023 · 0 comments
Open
4 tasks

Add test cases for malformed _nat literals #128

saxbophone opened this issue Feb 4, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers testing Related to unit tests
Milestone

Comments

@saxbophone
Copy link
Owner

  • Test cases for use of digits outside those permissible for a given base, e.g:
    • 102FFCDEAB0_nat (hex digits used when the literal is meant to be decimal)
    • 0xZZt3F_29313_nat (digits outside of hex literal)
  • Modify user-defined-literal code to raise an error when these are encountered
@saxbophone saxbophone added bug Something isn't working good first issue Good for newcomers labels Feb 4, 2023
@saxbophone saxbophone added this to the v0.7 milestone Feb 23, 2023
@saxbophone saxbophone added the testing Related to unit tests label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers testing Related to unit tests
Projects
None yet
Development

No branches or pull requests

1 participant