Skip to content

v.0.6.5

Choose a tag to compare

@vitaly-t vitaly-t released this 02 Jan 07:51
· 60 commits to master since this release

Found and fixed a special case for quotes inside text when preceded by an odd number (>1) of slashes:

  • '\\\'', '\\\\\'', '\\\\\\\'', etc...
  • "\\\"", "\\\\\"", "\\\\\\\"", etc...

Added new tests to cover such cases.