Skip to content

Commit 58a56a8

Browse files
committed
Extended unit test split
1 parent 2c1cb21 commit 58a56a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unit-tests.wsjcpp/src/unit_test_split.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ bool bTestSuccess = true;
3939
tests.push_back(LTest("|1f|2п|3%^|44354|5kdasjfdre|", "|", {"", "1f", "2п", "3%^", "44354", "5kdasjfdre", ""}));
4040
tests.push_back(LTest("some1 => some2 => some3", "=>", {"some1 ", " some2 ", " some3"}));
4141
tests.push_back(LTest("some1 => some2 => some3 =>", "=>", {"some1 ", " some2 ", " some3 ", ""}));
42+
tests.push_back(LTest("./export-cli", "/", {".", "export-cli"}));
43+
tests.push_back(LTest("./export-cli/", "/", {".", "export-cli", ""}));
4244

4345
for (int i = 0; i < tests.size(); i++) {
4446
LTest test = tests[i];

0 commit comments

Comments
 (0)