v.0.6.5
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.
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.