Comments don't escape character escapes #2137
Labels
bug
This issue is a bug.
in-progress
Issue is being actively worked on.
language/python
Related to Python bindings
needs-triage
This issue or PR still needs to be triaged.
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
What is the problem?
If a comment contains what looks like a character escape, for example
\N
, it remains unescaped in the generated python comments. If it happens to be a valid escape, then it isn't that big of a deal, but if it isn't, then referencing the generated code results in an error of the formmalformed character escape
.Verbose Log
hashicorp/terraform-cdk#394 has some more details.
The text was updated successfully, but these errors were encountered: