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 #36930 - Make invalid YAML test compatible with libyaml 0.2.x #9908

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

ekohl
Copy link
Member

@ekohl ekohl commented Nov 17, 2023

The valid {a:test} is invalid with libyaml 0.1.x but is valid with 0.2.x. This changes the test to @@ which should still raise a Psych::SyntaxError.

The valid {a:test} is invalid with libyaml 0.1.x but is valid with
0.2.x. This changes the test to @@ which should still raise a
Psych::SyntaxError.
@evgeni
Copy link
Member

evgeni commented Nov 23, 2023

FTR, I think this was changed in yaml/libyaml@20496ee

@evgeni evgeni merged commit 19262bd into theforeman:develop Nov 23, 2023
6 checks passed
@ekohl ekohl deleted the 36930-change-yaml-test branch November 23, 2023 11:40
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