Skip to content

Backslashes should be escaped in YAML strings. #114

@jeberger

Description

@jeberger

If an error message contains backslashes, YAML output looks like this:

  ---
  message: "Test failed\"
  severity: failed
  ...

which is not valid since the backslash now looks like it's escaping the closing double quote. Instead it should be:

  ---
  message: "Test failed\\"
  severity: failed
  ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions