rapidyaml icon indicating copy to clipboard operation
rapidyaml copied to clipboard

val_is_null() bug

Open NaN-git opened this issue 1 year ago • 0 comments

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 avatar Sep 14 '24 14:09 NaN-git