diff --git a/test/introspection.cpp b/test/introspection.cpp index 7e097c9f..492e261b 100644 --- a/test/introspection.cpp +++ b/test/introspection.cpp @@ -100,6 +100,12 @@ int main () "templated_with_type" ); + tap.expect_eq ( + cruft::type_name>> (), + std::string_view {"templated_with_type >"}, + "templated_with_type" + ); + tap.expect_eq ( cruft::type_name> (), std::string_view {"templated_with_value<-1>"},