fn escape_string_content(text: &str) -> String
Re-escape text so it can sit between the quotes of a .mos string literal. This inverts the parser’s \\, \", \n, \t, and \r escapes.
text
.mos
\\
\"
\n
\t
\r