java-properties icon indicating copy to clipboard operation
java-properties copied to clipboard

Fails when value contains `#`

Open cspotcode opened this issue 5 years ago • 0 comments

https://repl.it/@AndrewBradley/AlienatedNaturalRuntimelibrary

Here's an example that fails to parse:

build.title=Build \#71

JSON does not allow arbitrary characters to be escaped, so parsing \# fails.

cspotcode avatar Jun 24 '19 19:06 cspotcode