Skip to content

Updating a PropertyFile updates values even if the unescaped form doesn't differ #4

@hupfdule

Description

@hupfdule

Reading a PropertyFile with the content

mykey = my value \nwith literal newline

and writing that back should not modify the original.
However it is rewritten as:

mykey = my value \
with literal newline

(Actually the backslash at the end of the line is doubled, which is a different bug #3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions