Closed
Description
This is related to the Generator
struct.
This is especially true for triple-quoted strings. The Generator
will normalize them to single quotes and perform some transformations which may or may not be correct:
- Escape the inner quotes if they match the outer ones
- Preserve the whitespaces (for example, using
\n
)
Related issues: