Skip to content

Backslash escaping is broken #187

@electroma

Description

@electroma

If there is a backslash (\) in any string (in my case it was in a commit message), the plugin writes incorrect JSON.

Seems to be easy to fix by replacing

private def quote(x: scala.Any): String = "\"" + x + "\""

with something covering proper escaping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions