We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1cb21 commit 58a56a8Copy full SHA for 58a56a8
unit-tests.wsjcpp/src/unit_test_split.cpp
@@ -39,6 +39,8 @@ bool bTestSuccess = true;
39
tests.push_back(LTest("|1f|2п|3%^|44354|5kdasjfdre|", "|", {"", "1f", "2п", "3%^", "44354", "5kdasjfdre", ""}));
40
tests.push_back(LTest("some1 => some2 => some3", "=>", {"some1 ", " some2 ", " some3"}));
41
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", ""}));
44
45
for (int i = 0; i < tests.size(); i++) {
46
LTest test = tests[i];
0 commit comments