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

@@ -59,7 +59,8 @@ TEST_CASE("t20044", "[test-case][sequence]")
REQUIRE_THAT(src,
HasCall(_A("detail::expected<int,error>"),
_A("tmain()::(lambda t20044.cc:90:19)"), "operator()()"));
_A("tmain()::(lambda t20044.cc:90:19)"),
"operator()(auto &&) const"));
REQUIRE_THAT(src,
HasCall(