Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encoding of string that contains "- " #657

Merged
merged 2 commits into from
Feb 15, 2025
Merged

Fix encoding of string that contains "- " #657

merged 2 commits into from
Feb 15, 2025

Conversation

goccy
Copy link
Owner

@goccy goccy commented Feb 15, 2025

fix #655

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.59%. Comparing base (2ac8cff) to head (8351730).

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #657   +/-   ##
=======================================
  Coverage   77.58%   77.59%           
=======================================
  Files          22       22           
  Lines        7840     7843    +3     
=======================================
+ Hits         6083     6086    +3     
  Misses       1345     1345           
  Partials      412      412           

@goccy goccy merged commit 89a6600 into master Feb 15, 2025
20 checks passed
@goccy goccy deleted the fix-655 branch February 15, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go-yaml unmarshal string prefix with "- --" to object which cause error yaml file
2 participants