Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JavaProperties.plist] escaping not working #53

Open
BoykoAlex opened this issue Jul 12, 2018 · 0 comments
Open

[JavaProperties.plist] escaping not working #53

BoykoAlex opened this issue Jul 12, 2018 · 0 comments

Comments

@BoykoAlex
Copy link

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

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

No branches or pull requests

1 participant