fktn-k / fkYAML

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

#217 Fix parse errors on strings containing single quotes #219

Closed fktn-k closed 11 months ago

fktn-k commented 11 months ago

As reported in #217, fkYAML had a bug in parsing strings containing single quotes.
So this PR has fixed the bug and modified test cases to ensure such strings can be parsed without an error.

coveralls commented 11 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 13b991bdff2f5df87aa0c9db9e9f83d33d01371b on bugfix/217_fix_parse_single_quotes_in_strings into 0c796afda680bdd59c2adf96af16a7de00a720d3 on develop.