Fix test case.
This commit is contained in:
parent
702c0d6f72
commit
fbd267665b
|
@ -122,7 +122,7 @@ static const std::vector<SPECIAL_STRINGS_TO_KICAD> special_string_to_kicad_prope
|
|||
{ "=++B", "${B}", {} },
|
||||
{ " =", " =", {} },
|
||||
{ "= ", "", {} },
|
||||
{ "= A", "${ A}", {} },
|
||||
{ "= A", "${A}", {} },
|
||||
{ "=A ", "${A}", {} },
|
||||
{ "='A'B", "A", {} },
|
||||
{ "=A'B'", "B", {} },
|
||||
|
|
Loading…
Reference in New Issue