Open
Description
Bug:
code like:
String s = "\n";
String s= "\"";
println("X" +
"X");
Give compilation errors due to the fact the quotation character is replaced with multiple escaped characters ("\"")
LS4P/server/src/grammer/terms/preprocessingsnippets.ts
Lines 113 to 122 in 1998f6e
Possible Solution
I think the problem lies at the method to create the java file:
Lines 39 to 44 in 1998f6e
fs.writeFileSync()
is used there is no need for escaping quotation characters to write the java file. All characters should be written to the file "as is".Metadata
Metadata
Assignees
Labels
No labels