Fixed handling of nested lambda expressions in sequence diagrams

This commit is contained in:
Bartek Kryza
2024-04-28 00:57:46 +02:00
parent 0539fb0101
commit efc34bcec6
13 changed files with 407 additions and 50 deletions

View File

@@ -400,7 +400,7 @@ struct AliasMatcher {
}
}
return "__INVALID__ALIAS__";
return fmt::format("__INVALID__ALIAS__({})", name);
}
const std::vector<std::string> puml;