From fbd267665bd27a3f1932e44f63d37603f01c8ec9 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 8 Jul 2021 18:23:11 +0100 Subject: [PATCH] Fix test case. --- qa/common/plugins/altium/test_altium_parser_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {} },