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
When a block scalar using both folded and strip (>-) is processed, the newlines do not appear to be replaced by spaces. I haven't tested to see whether other forms of folded scalars are handled correctly.
The text was updated successfully, but these errors were encountered:
FYI @kekavc24, I suppose we should investigate this.
I mean, if package:yaml_edit produces folded strings correctly and package:yaml parses them incorrectly, that'd probably cause some of our tests to fail 🙈
@jonasfj Indeed. 😅 What actually fails are the indentation indicators. Maybe he included them? I thought we could use them for strings with leading spaces but encountered an error from package: yaml for the fix in some cases. Had to fallback to double quotes.
When a block scalar using both folded and strip (
>-
) is processed, the newlines do not appear to be replaced by spaces. I haven't tested to see whether other forms of folded scalars are handled correctly.The text was updated successfully, but these errors were encountered: