diff --git a/qa/common/plugins/altium/test_altium_parser_utils.cpp b/qa/common/plugins/altium/test_altium_parser_utils.cpp index ff1d6885bf..a71bd9ad07 100644 --- a/qa/common/plugins/altium/test_altium_parser_utils.cpp +++ b/qa/common/plugins/altium/test_altium_parser_utils.cpp @@ -122,7 +122,7 @@ static const std::vector special_string_to_kicad_prope { "=++B", "${B}", {} }, { " =", " =", {} }, { "= ", "", {} }, - { "= A", "${ A}", {} }, + { "= A", "${A}", {} }, { "=A ", "${A}", {} }, { "='A'B", "A", {} }, { "=A'B'", "B", {} },