mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
add/delete constructors and assign operators for the parser, refactor some code, update unit tests
This commit is contained in:
@@ -56,6 +56,9 @@ TEST_CASE("testing parser") {
|
||||
make_and_write(f.name, data);
|
||||
{
|
||||
ss::parser p{f.name, ","};
|
||||
ss::parser p0{std::move(p)};
|
||||
p = std::move(p0);
|
||||
|
||||
p.set_error_mode(ss::error_mode::error_string);
|
||||
std::vector<X> i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user