pantoniou / libfyaml

Fully feature complete YAML parser and emitter, supporting the latest YAML spec and passing the full YAML testsuite.
MIT License
243 stars 74 forks source link

Remove assertion preventing node deletion. #117

Closed hq6 closed 3 months ago

hq6 commented 3 months ago

Previously, there was an assertion preventing the use of NULL target nodes for fy_document_insert_at.

This commit removes the assertion and resolves #115.

pantoniou commented 3 months ago

Merged in 13fc5ac6e4f0362cdd982875dbfd2e51091126b2 and a test case added so that it doesn't happen again..