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 serializing a scalar block literal type, and there exists a space character ' ' immediately before a line break '/n' or '/r' in any of the lines within, the Emitter class ignores the requested Scalar Style and defaults to Double Quoted.
A space character before a line break is valid yaml.
Here is a sample project that reproduces the issue:
@aaubry This issue coalesces the concerns I was expressing to you throughout the project history. I apologize for my previous scattered comments that may have been confusing. Hope this helps!
The text was updated successfully, but these errors were encountered:
When serializing a scalar block literal type, and there exists a space character ' ' immediately before a line break '/n' or '/r' in any of the lines within, the Emitter class ignores the requested Scalar Style and defaults to Double Quoted.
A space character before a line break is valid yaml.
Here is a sample project that reproduces the issue:
https://github.com/wspresto/yamldotnet-empty-space-bug
@aaubry This issue coalesces the concerns I was expressing to you throughout the project history. I apologize for my previous scattered comments that may have been confusing. Hope this helps!
The text was updated successfully, but these errors were encountered: