-
Notifications
You must be signed in to change notification settings - Fork 9
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
incorrect yaml multiline string handling #210
Comments
Seems to be due to an upgrade in the yaml parser (which looks like a bug there). - github.com/goccy/go-yaml v1.12.0
+ github.com/goccy/go-yaml v1.14.3 |
JanDeDobbeleer
added a commit
that referenced
this issue
Dec 31, 2024
4 tasks
JanDeDobbeleer
added a commit
that referenced
this issue
Dec 31, 2024
JanDeDobbeleer
added a commit
that referenced
this issue
Dec 31, 2024
JanDeDobbeleer
added a commit
that referenced
this issue
Dec 31, 2024
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
What happened?
consider config like this
>
supposed to replace new lines with spaces (https://yaml-multiline.info/). instead it keeps new linesgit config before 0.23
after
What OS are you seeing the problem on?
Windows
Which shell are you using?
powershell
The text was updated successfully, but these errors were encountered: