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

crash parsing explicit keys/empty values #259

Closed
KOLANICH opened this issue May 18, 2022 · 0 comments · Fixed by #492
Closed

crash parsing explicit keys/empty values #259

KOLANICH opened this issue May 18, 2022 · 0 comments · Fixed by #492

Comments

@KOLANICH
Copy link

KOLANICH commented May 18, 2022

edit:

{
? explicit key1 : explicit value,
? explicit key2 : , # Explicit empty
? explicit key3,     # Empty value
simple key1 : explicit value,
simple key2 : ,     # Explicit empty
simple key3,         # Empty value
}

see https://github.com/KOLANICH/YAML.fts/blob/master/ruamel.yaml/canonical/spec-10-10.yaml

@biojppm biojppm changed the title https://github.com/KOLANICH/YAML.fts/blob/master/ruamel.yaml/canonical/spec-10-10.yaml crashes the interpreter crash parsing explicit keys/empty values Jan 20, 2025
biojppm added a commit that referenced this issue Jan 20, 2025
biojppm added a commit that referenced this issue Jan 20, 2025
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 a pull request may close this issue.

1 participant