biojppm / rapidyaml

Rapid YAML - a library to parse and emit YAML, and do it fast.
MIT License
568 stars 97 forks source link

fix: correct parser for double-quoted keys in map block #452

Closed buty4649 closed 2 months ago

buty4649 commented 2 months ago

This PR fixes an issue where the single-quote parser was incorrectly specified for double-quoted keys in YAML map blocks.

biojppm commented 2 months ago

Thanks! The CI failures are unrelated and need to be addressed separately. Merging now.