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
I have some YAML with some values containing non-breaking spaces, correctly formatted according to the YAML spec's guidelines on escaped characters as "\_". Psych correctly loads these strings and converts them to non-breaking space characters (\u00A0). The issue is that when dumping back to YAML, Psych does not correctly escape these non-printable characters as specified by the spec.
I have some YAML with some values containing non-breaking spaces, correctly formatted according to the YAML spec's guidelines on escaped characters as
"\_"
. Psych correctly loads these strings and converts them to non-breaking space characters (\u00A0
). The issue is that when dumping back to YAML, Psych does not correctly escape these non-printable characters as specified by the spec.Example
Expected
Actual
The text was updated successfully, but these errors were encountered: