v.0.6.3
Found and fixed an ugly bug for special slash cases inside text blocks:
'\''
"\"";
'\'\''
"\"\""
'\\\\\\'
"\\\\\\"
`\\\\\\`
`\``
`\"`
`\`\``
`\\`
Added new tests to cover each such case.
Found and fixed an ugly bug for special slash cases inside text blocks:
'\''
"\"";
'\'\''
"\"\""
'\\\\\\'
"\\\\\\"
`\\\\\\`
`\``
`\"`
`\`\``
`\\`
Added new tests to cover each such case.