Fixed bug in the scan settings view when no extra tag is to be parsed

This commit is contained in:
emeric
2024-06-15 15:40:46 +02:00
parent 123c142a4e
commit 6f3f138f52
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ namespace lms::core::stringUtils::tests
};
TestCase tests[]{
{ "", "", { "" } },
{ "abc", "", { "abc" } },
{ "abc", "-", { "abc" } },
{ "abc", "b", { "a", "c" } },