forked from loafle/openapi-generator-original
fixed the backslash issue (#7492)
This commit is contained in:
@@ -701,7 +701,6 @@ public class PowerShellClientCodegen extends DefaultCodegen implements CodegenCo
|
||||
StringEscapeUtils.escapeJava(input)
|
||||
.replace("\\/", "/"))
|
||||
.replaceAll("[\\t\\n\\r]", " ")
|
||||
.replace("\\", "\\\\")
|
||||
.replace("\"", "\"\""));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user