Skip to content

v.0.6.3

Compare
Choose a tag to compare
@vitaly-t vitaly-t released this 01 Jan 17:38
· 62 commits to master since this release

Found and fixed an ugly bug for special slash cases inside text blocks:

'\''
"\"";
'\'\''
"\"\""
'\\\\\\'
"\\\\\\"
`\\\\\\`
`\``
`\"`
`\`\``
`\\`

Added new tests to cover each such case.