Fixed bug in the scan settings view when no extra tag is to be parsed
This commit is contained in:
@@ -78,6 +78,7 @@ namespace lms::core::stringUtils::tests
|
||||
};
|
||||
|
||||
TestCase tests[]{
|
||||
{ "", "", { "" } },
|
||||
{ "abc", "", { "abc" } },
|
||||
{ "abc", "-", { "abc" } },
|
||||
{ "abc", "b", { "a", "c" } },
|
||||
|
||||
Reference in New Issue
Block a user