fktn-k / fkYAML

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

#211 Fix indentation handling #213

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

As reported in #211, parsing YAML document containing multiple indentation levels causes an unexpected error/result.
This PR has fixed the way of handling indentation during parsing and modified some test cases to ensure fkYAML parses such YAML documents as it's expected.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 097e92ead8d616a84b704975cb69408daaa6cd90 on bugfix/211_fix_indentation_handling into e78af95e74bf05a8c90a392286c1b2551ded22b8 on develop.