| Aug | SEP | Oct |
| 03 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
Read more
Good First Issue
const char win_path[] = R"(c:\some\unescaped\path)";The same cppreference link als Read more enhancement good first issue