Skip to content

Commit

Permalink
test white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 6, 2025
1 parent 89b260f commit 6634097
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -979,15 +979,17 @@ BOOST_AUTO_TEST_CASE(Load_disabled)
}

BOOST_DATA_TEST_CASE(loadAdditionalConstraints_InvalidHoursFormat,
bdata::make({"[1, nol]",
"[; 3,2,1]",
"[1, 12345678901]",
"[1, 12345",
"1]",
"[1,]",
"[1,,2]",
"[a]",
"[1, 2], , [3]"}),
bdata::make({"","[]", "[ ]", "[\t]",
"[\r]", "[\f]", "[\v]"
,"[1, nol]",
"[; 3,2,1]",
"[1, 12345678901]",
"[1, 12345",
"1]",
"[1,]",
"[1,,2]",
"[a]",
"[1, 2], , [3]"}),
hours)
{
std::filesystem::path testPath = getFolder() / "test_data";
Expand Down

0 comments on commit 6634097

Please sign in to comment.