a5ffcd0a55
A '\' in a string is encoded as \\. A '"' in a string is encoded as \". But prettify parser did not take in account a string encoded as "xx\\" (for xx\) So we need to verify if a sequence is xx\" or xx\\", i.e. if there are a odd count of backslashes before a '"' Fixes #16777 https://gitlab.com/kicad/code/kicad/-/issues/16777 |
||
---|---|---|
.. | ||
altium | ||
cadstar | ||
common | ||
eagle | ||
easyeda | ||
easyedapro | ||
kicad | ||
io_base.cpp | ||
io_utils.cpp | ||
io_utils.h |