fktn-k / fkYAML

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

#211 fixed bug in parsing single quoted strings #212

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

As reported in #211, parsing single quoted strings causes an unexpected error.
This PR has fixed the bug and modified some test cases to ensure that parsing single quoted strings does not cause any error.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 6093a727ecddc8042465e96290d6d928b4497a6a on bugfix/211_fix_parse_single_quoted_strings into 78897488de05c2d763e37fb1b4176336dfb2ddcb on develop.