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

Open
NaN-git opened this issue Sep 14, 2024 · 0 comments
Open

val_is_null() bug #471

NaN-git opened this issue Sep 14, 2024 · 0 comments

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
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

No branches or pull requests

1 participant