Refactored test cases implementation
This commit is contained in:
@@ -10,6 +10,9 @@ std::string namespace_relative(
|
||||
const std::vector<std::string> &namespaces, const std::string &n)
|
||||
{
|
||||
for (const auto &ns : namespaces) {
|
||||
if(ns.empty())
|
||||
continue;
|
||||
|
||||
if (n == ns)
|
||||
return "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user