Skip to content

Properly handle escaped quotes in s-expressions

KiCad Bot requested to merge github/fork/Ratfink/sexpr-escape-quote into master

Created by: Ratfink

This fixes the first part of #224 (closed) by not ending the parsing of a quoted string when \" is seen.

Merge request reports