You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
iliakap
changed the title
Chomped literals with multiple newlines lose a line after roundtrip (decode-encode)
Chomped literals with multiple newlines lose a line-break after a roundtrip
May 23, 2023
This looks as a major issue, as it affects the actual value of the string field, not only its aesthetic. Also, aren't non-chomped literals affected too?
The following example demonstrates the bug, this yaml:
after a decode-encode cycle, one newline is lost and the output is:
after another decode-encode cycle the output would be:
and so on...
here's a test case that demonstrates the bug:
The text was updated successfully, but these errors were encountered: