whitespace newline whitespace in folded string causes errors in ScalarStyle.FOLDED
#1936
Labels
good first issue
A good starting issue for contributors (issues with this label will appear in /contribute)
package:yaml_edit
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Example
We need to:
Maybe, there are some cases where we have to output as
"hello \n world"
in double quoted mode. If we can't find a reasonably safe way to output in folded style, then it's safer to fallback to double quoted mode.But ideally, we won't have to fallback in all non-trivial cases.
The text was updated successfully, but these errors were encountered: