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

Fixes #37613 - compare parsed YAML results, not Strings #10230

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Commits on Jul 1, 2024

  1. Fixes #37613 - compare parsed YAML results, not Strings

    depending on the libyaml version, it encodes `nil` differently and thus
    the tests fail on newer versions as the *string* comparison fails.
    if we parse the generated yaml back into a Hash, things compare just
    fine again, without breaking the tests on older libyaml versions.
    evgeni committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3f1c3c0 View commit details
    Browse the repository at this point in the history