mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Fix bug where header reading corrupted the current line buffer
This commit is contained in:
@@ -689,6 +689,7 @@ std::string no_quote(const std::string& s) {
|
||||
}
|
||||
|
||||
TEST_CASE("parser test csv on multiple lines with quotes") {
|
||||
// TODO test with "_""_""_",...
|
||||
unique_file_name f;
|
||||
std::vector<X> data = {{1, 2, "\"x\r\nx\nx\""},
|
||||
{3, 4, "\"y\ny\r\ny\""},
|
||||
|
||||
Reference in New Issue
Block a user