[*] cmdparse test failure

This commit is contained in:
Reece Wilson 2022-03-30 20:26:24 +01:00
parent 2c21d130ee
commit 142d204653

View File

@ -101,7 +101,7 @@ namespace Aurora::CmdLine
{ {
const auto &next = gCmdLineString[i + 1]; const auto &next = gCmdLineString[i + 1];
if (!(doesStartWithSwitch(next) || containsAssign(next))) if (!doesStartWithSwitch(next) && !containsAssign(next))
{ {
extendedLine += '='; extendedLine += '=';
continue; continue;