Update the remainder of the unit tests to handle throw_on_error, make parser not set error if all lines are empty

This commit is contained in:
ado
2023-08-05 19:58:00 +02:00
parent 2e1c4c97ec
commit 7d44d503d9
2 changed files with 63 additions and 59 deletions

View File

@@ -38,10 +38,6 @@ public:
: file_name_{file_name}, reader_{file_name_, delim} {
if (reader_.file_) {
read_line();
if (eof_) {
handle_error_eof_reached();
return;
}
if constexpr (ignore_header) {
ignore_next();
} else {