add a few more parser unit test, disable clang12 workflow

This commit is contained in:
ado
2022-03-28 19:30:39 +02:00
parent 6d6caf7414
commit 0aacff5729
4 changed files with 42 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ public:
}
bool field_exists(const std::string& field) {
return header_index(field);
return header_index(field).has_value();
}
template <typename... Ts>