Skip to content

Conversation

@TristanCacqueray
Copy link

@TristanCacqueray TristanCacqueray commented Mar 9, 2021

This change prevents issue when the encoded yaml is invalid:

This object: { key = "value: value" }
Is encoded as: key: value: value
Instead of: key: "value: value"

Fixes: #12

This change prevents issue when the encoded yaml is invalid:

This object:    { key = "value: value" }
Is encoded as:  key: value: value
Instead of:     key: "value: value"

Signed-off-by: Tristan Cacqueray <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

YAML strings containing a colon followed by a space should be quoted

1 participant