Refactored and unified JSON generators output (#223)
This commit is contained in:
@@ -75,8 +75,7 @@ TEST_CASE("t00058", "[test-case][class]")
|
||||
using namespace json;
|
||||
|
||||
REQUIRE(IsClass(j, "A<int,int,double,std::string>"));
|
||||
REQUIRE(IsClass(
|
||||
j, "B<int,std::string,int,double,clanguml::t00058::A<int,int>>"));
|
||||
REQUIRE(IsClass(j, "B<int,std::string,int,double,A<int,int>>"));
|
||||
|
||||
save_json(config.output_directory(), diagram->name + ".json", j);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user