Closed ubruhin closed 1 year ago
Instead of escaping each string manually within the generators (mainly \n -> \\n), perform the escaping during serialization of the StringValue entity. So the generators do no longer need to know how strings need to be escaped.
\n
\\n
StringValue
Ping @dbrgn @rnestler :wink:
Instead of escaping each string manually within the generators (mainly
\n
->\\n
), perform the escaping during serialization of theStringValue
entity. So the generators do no longer need to know how strings need to be escaped.