fktn-k / fkYAML

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

#240 Support explicit block mappings & non-scalar nodes as mapping keys #245

Closed fktn-k closed 10 months ago

fktn-k commented 10 months ago

In this PR, explicit block mappings and sequence/mapping keys have been supported in the deserialization feature.
Also, new unit test cases have been added to ensure the newly supported features work as expected.


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

Please don't

coveralls commented 10 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 3bcb93d7738245995b5d990ddf3e6aff5af1d9b7 on feature/240_support_explicit_mapping_keys into ffe16ae924211f111a2bf94f14a8b57ac60149b9 on develop.