mirror of
https://github.com/red0124/ssp.git
synced 2026-01-29 22:29:54 +01:00
add splitter, update converter and parser, update unit tests
This commit is contained in:
@@ -56,6 +56,7 @@ TEST_CASE("testing parser") {
|
||||
make_and_write(f.name, data);
|
||||
{
|
||||
ss::parser p{f.name, ","};
|
||||
p.set_error_mode(ss::error_mode::error_string);
|
||||
std::vector<X> i;
|
||||
|
||||
while (!p.eof()) {
|
||||
|
||||
Reference in New Issue
Block a user