Skip to content

[JavaProperties.plist] escaping not working #53

@BoykoAlex

Description

@BoykoAlex

Java Properties object serialization produces for String' value :` looks like this:

my.path=\:

Doesn't look like the language tokenizer/parser likes this. I get the following errors:

extraneous input ':' expecting LineBreak

For a windows path Java string: c:\\path\\file.txt
Serialization:

my.path=c\:\\path\\file.txt

Errors:

missing LineBreak at ':'
missing LineBreak at '\'
missing LineBreak at 'p'
missing LineBreak at '\'
missing LineBreak at 'f'

Observed in VSCode

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