utest: ++ function test
This commit is contained in:
parent
7aa534567f
commit
4f6f045423
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ namespace ut {
|
|||
|
||||
std::vector<function_tcase> s_function_tcase_v(
|
||||
{
|
||||
function_tcase(function_style::literal, color_spec_type::none(), "anything goes here", "anything goes here"),
|
||||
|
||||
function_tcase(function_style::pretty, color_spec_type::none(), "void foo() const", "[void foo() const]"),
|
||||
function_tcase(function_style::streamlined, color_spec_type::none(), "void foo() const", "foo"),
|
||||
function_tcase(function_style::simple, color_spec_type::none(), "void foo() const", "foo"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue