logic: fixed handling non-ascii characters in cdb path and in cdb filename and command
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user