pyrs icon indicating copy to clipboard operation
pyrs copied to clipboard

Escaped characters within strings are translated to literal characters

Open MattMills opened this issue 2 years ago • 0 comments

It looks like pyrs does not handle strings like new_lines = '\r\n' or "\"

Very well, it seems to interpret them into the escaped character, which rust doesn't appreciate as it also expects them to be escaped.

MattMills avatar Oct 10 '22 08:10 MattMills