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

val_is_null() bug #471

Closed
NaN-git opened this issue Sep 14, 2024 · 0 comments · Fixed by #492
Closed

val_is_null() bug #471

NaN-git opened this issue Sep 14, 2024 · 0 comments · Fixed by #492

Comments

@NaN-git
Copy link

NaN-git commented Sep 14, 2024

Tested with rapidyaml 0.7.2:

When parsing the yaml

{
  a: ,
  b:
}

then val_is_null() returns false for the node with key a, while it returns true for the node with key b. Both values are empty, i.e. they should be null.
Issue #259 can be parsed now, but it triggers the same behaviour.

@NaN-git NaN-git changed the title val_is_null() issue val_is_null() bug Sep 16, 2024
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