Added mermaid test cases for sequence diagrams

This commit is contained in:
Bartek Kryza
2023-09-12 23:04:54 +02:00
parent 59180efebf
commit 57af380dfa
39 changed files with 1224 additions and 528 deletions

View File

@@ -94,7 +94,7 @@ void generator::generate_call(const message &m, std::ostream &ostr) const
ostr << indent(1) << from_alias << " "
<< common::generators::mermaid::to_mermaid(message_t::kCall) << " ";
ostr << indent(1) << to_alias;
ostr << to_alias;
ostr << " : ";