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

Base64Tests: Use valid input data #2479

Merged
merged 5 commits into from
Jun 20, 2022
Merged

Commits on Jun 14, 2022

  1. Base64Tests: Use valid input data

    The tests were using random generated chars. This would cause the Decode
    functions to exit early (usually after a single iteration).
    a74nh committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ef88339 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Add Base64DecodeInvalidData

    a74nh committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f87cc3e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Revert "Add Base64DecodeInvalidData"

    This reverts commit f87cc3e.
    a74nh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5aab3df View commit details
    Browse the repository at this point in the history
  2. Use all of s_encodingMap

    a74nh committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    df893bc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    f5d32c3 View commit details
    Browse the repository at this point in the history