WIP, Move additional parser tests to separate file

This commit is contained in:
ado
2023-07-29 20:41:31 +02:00
parent f28f000035
commit d6cf9bd006
7 changed files with 687 additions and 668 deletions

View File

@@ -588,7 +588,7 @@ TEST_CASE("converter test ss:oor restriction (out of range) with exceptions") {
}
}
const std::vector<int> extracted_vector = {1, 2, 3};
const inline std::vector<int> extracted_vector = {1, 2, 3};
// custom extract
template <>