Fix test case.

This commit is contained in:
Jeff Young 2021-07-08 18:23:11 +01:00
parent 702c0d6f72
commit fbd267665b
1 changed files with 1 additions and 1 deletions

View File

@ -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", {} },