utest: ++ function test

This commit is contained in:
Roland Conybeare 2023-09-22 15:19:06 -04:00
commit 4f6f045423

View file

@ -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"),