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

more multipleOf and overflow tests, consolidated into optional/ #538

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    62b1b06 View commit details
    Browse the repository at this point in the history
  2. add more multipleOf variations

    an implementation might use a different internal representation for 1.0 vs 1, therefore we test both
    karenetheridge committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    753061d View commit details
    Browse the repository at this point in the history
  3. add more bignum variations

    an implementation might use a different internal representation for 1.0 vs 1, therefore we test both
    karenetheridge committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    14c8102 View commit details
    Browse the repository at this point in the history
  4. consolidate bignum and overflow tests in one file under optional/

    an overflow result is an error, which may not be treated as valid: false by an implementation
    karenetheridge committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    42b8de3 View commit details
    Browse the repository at this point in the history