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

Allow question marks in plain scalars in flow collections #905

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from

Conversation

chris-olszewski
Copy link

Allow question marks in plain scalars in flow collections

According to the YAML 1.1 spec question marks can be allowed in plain scalars that appear in flow collections.

This PR copies the changes from yaml/libyaml#105 to allow for question marks to appear in the middle of plain flow scalars.
As the original PR states this doesn't allow for ?foo yet even though that is valid according to the YAML spec.

@weyert
Copy link

weyert commented Oct 5, 2022

I think @andig or @niemeyer might be able to review this PR?

@andig
Copy link

andig commented Oct 5, 2022

I have no idea, sorry

@tjx666
Copy link

tjx666 commented Oct 10, 2022

@niemeyer

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.

4 participants