Added lambda operator() arguments to messages in sequence diagrams

This commit is contained in:
Bartek Kryza
2024-04-30 10:53:33 +02:00
parent 4293a6cc79
commit 51c5b887a8
7 changed files with 66 additions and 26 deletions

View File

@@ -46,7 +46,8 @@ TEST_CASE("t20045", "[test-case][sequence]")
REQUIRE_THAT(src,
HasCall(_A("a1<(lambda at t20045.cc:35:18)>((lambda at "
"t20045.cc:35:18) &&)"),
_A("tmain()::(lambda t20045.cc:35:18)"), "operator()()"));
_A("tmain()::(lambda t20045.cc:35:18)"),
"operator()(auto &&) const"));
REQUIRE_THAT(src,
HasCall(