mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Add positions method to parser, write unit tests for it, update other parser tests
This commit is contained in:
@@ -314,7 +314,7 @@ void test_data_combinations(const std::vector<column>& input_data,
|
||||
return;
|
||||
}
|
||||
|
||||
unique_file_name f{"test_parser2" + std::string{SEGMENT_NAME}};
|
||||
unique_file_name f{"parser_data_combinations" + std::string{SEGMENT_NAME}};
|
||||
std::vector<std::vector<field>> expected_data;
|
||||
std::vector<std::string> header;
|
||||
std::vector<field> field_header;
|
||||
|
||||
Reference in New Issue
Block a user