From 4f6f045423289cae4d1422594ead8a5b82120b63 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 22 Sep 2023 15:19:06 -0400 Subject: [PATCH] utest: ++ function test --- utest/function.test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utest/function.test.cpp b/utest/function.test.cpp index 323a3f30..bd71bd35 100644 --- a/utest/function.test.cpp +++ b/utest/function.test.cpp @@ -25,6 +25,8 @@ namespace ut { std::vector 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"),