You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
NaN-git
changed the title
val_is_null() issue
val_is_null() bug
Sep 16, 2024
Tested with rapidyaml 0.7.2:
When parsing the yaml
then
val_is_null()
returnsfalse
for the node with keya
, while it returnstrue
for the node with keyb
. Both values are empty, i.e. they should benull
.Issue #259 can be parsed now, but it triggers the same behaviour.
The text was updated successfully, but these errors were encountered: