logic: fixed handling non-ascii characters in cdb path and in cdb filename and command

This commit is contained in:
mlangkabel
2018-02-13 16:10:10 +01:00
parent 4af9e42610
commit b2bad8ab05
15 changed files with 64 additions and 58 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ public:
{
const std::string foo = "foo";
TS_ASSERT(utility::isPrefix("", foo));
TS_ASSERT(utility::isPrefix<std::string>("", foo));
}
void test_prefix_of_bigger_text_is_detected_as_prefix()