Skip to content

Commit

Permalink
csv-parser: fix missing max_columns in test_csvparser
Browse files Browse the repository at this point in the history
Signed-off-by: yashmathne <yash6866@gmail.com>
Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
  • Loading branch information
yashmathne authored and bazsi committed Oct 20, 2023
1 parent 1183562 commit 57abb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/csvparser/tests/test_csvparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ ParameterizedTestParameters(parser, test_csv_parser)
// string delim & multi char & a char is in the string
{
.msg = "PTHREAD support :initialized",
.max_columns = -1,
.drop_invalid = FALSE,
.dialect = CSV_SCANNER_ESCAPE_NONE,
.flags = 0,
Expand Down

0 comments on commit 57abb33

Please sign in to comment.