fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

Fix wrong parse result from mappings containing the non-first block sequence #348

Closed fktn-k closed 4 months ago

fktn-k commented 4 months ago

This PR has fixed wrong parse results from YAML which contains the non-first node pair whose value is a block sequence, like the YAML snippet in the issue #347 due to the wrong tracing back to a parent mapping node.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

github-actions[bot] commented 4 months ago

:octocat: Upload Coverage Event Notification

Coverage data has been uploaded for the commit 03acfa568db6d9d6f15f76313d948cec501e53bf. You can download the artifact which contains the same file uploaded to the Coveralls and its HTML version.

Name fkYAML_coverage.pr348.zip
ID 1537712472
URL https://github.com/fktn-k/fkYAML/actions/runs/9237435489/artifacts/1537712472
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 9237435489

Details


Totals Coverage Status
Change from base Build 9148350741: 0.0%
Covered Lines: 3758
Relevant Lines: 3758

💛 - Coveralls