Fixed type aliases test case

This commit is contained in:
Bartek Kryza
2022-12-25 21:42:43 +01:00
parent e45bcb6267
commit 63c3f6dc48

View File

@@ -5,8 +5,10 @@ diagrams:
type: class type: class
using_namespace: clanguml::t00049 using_namespace: clanguml::t00049
type_aliases: type_aliases:
"std::vector<std::string>": string_vector
"std::basic_string<char>": thestring "std::basic_string<char>": thestring
"std::string": thestring
"std::vector<std::string>": string_vector
"std::vector<thestring>": string_vector
"std::map<int,int>": intmap "std::map<int,int>": intmap
glob: glob:
- ../../tests/t00049/t00049.cc - ../../tests/t00049/t00049.cc