KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
128 stars 95 forks source link

Parser is not ignoring \" #244

Closed Shackmeister closed 6 years ago

Shackmeister commented 6 years ago

When having a qoutation inside the description, a backslash is added in front to make the parser ignore the qoutation mark. The Parser for the footprints here on Github is not ignoring it, and is causing Travis to not be able to parse the footprints. https://github.com/KiCad/kicad-footprints/pull/388

Ratfink commented 6 years ago

Duplicate of #224, with corresponding open PR #225.