goccy / go-yaml

YAML support for the Go language
MIT License
1.12k stars 129 forks source link

Fix value mistakenly parsed as number #437

Open iliakap opened 5 months ago

iliakap commented 5 months ago

fixes https://github.com/goccy/go-yaml/issues/435

Feel free to comment with suggestions, thanks!

codecov-commenter commented 5 months ago

Codecov Report

Merging #437 (453f081) into master (4653a1b) will not change coverage. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #437 +/- ## ======================================= Coverage 76.02% 76.02% ======================================= Files 13 13 Lines 4692 4692 ======================================= Hits 3567 3567 Misses 866 866 Partials 259 259 ```
iliakap commented 5 months ago

@goccy tell me what you think, pretty sure it's solving the bug