Fixed formatting
This commit is contained in:
@@ -3,10 +3,7 @@ namespace t00036 {
|
||||
|
||||
namespace ns1 {
|
||||
|
||||
enum class E {
|
||||
blue,
|
||||
yellow
|
||||
};
|
||||
enum class E { blue, yellow };
|
||||
|
||||
namespace ns11 {
|
||||
|
||||
|
||||
@@ -43,8 +43,7 @@ TEST_CASE("t00036", "[test-case][class]")
|
||||
REQUIRE_THAT(puml, IsPackage("ns111"));
|
||||
REQUIRE_THAT(puml, IsPackage("ns22"));
|
||||
|
||||
REQUIRE_THAT(
|
||||
puml, IsAggregation(_A("B"), _A("A<int>"), "+a_int"));
|
||||
REQUIRE_THAT(puml, IsAggregation(_A("B"), _A("A<int>"), "+a_int"));
|
||||
|
||||
save_puml(
|
||||
"./" + config.output_directory() + "/" + diagram->name + ".puml", puml);
|
||||
|
||||
Reference in New Issue
Block a user