Fixed handling of function template parameters

This commit is contained in:
Bartek Kryza
2023-05-13 18:09:58 +02:00
parent d6db61bde0
commit 4b0fcd631d
5 changed files with 25 additions and 33 deletions

View File

@@ -35,6 +35,9 @@ TEST_CASE("t00014", "[test-case][class]")
REQUIRE_THAT(puml, StartsWith("@startuml"));
REQUIRE_THAT(puml, EndsWith("@enduml\n"));
REQUIRE_THAT(puml, !Contains("type-parameter-"));
REQUIRE_THAT(puml, IsClassTemplate("A", "T,P"));
REQUIRE_THAT(puml, IsClassTemplate("A", "T,std::string"));
REQUIRE_THAT(