[*] cmdparse test failure
This commit is contained in:
parent
2c21d130ee
commit
142d204653
@ -101,7 +101,7 @@ namespace Aurora::CmdLine
|
||||
{
|
||||
const auto &next = gCmdLineString[i + 1];
|
||||
|
||||
if (!(doesStartWithSwitch(next) || containsAssign(next)))
|
||||
if (!doesStartWithSwitch(next) && !containsAssign(next))
|
||||
{
|
||||
extendedLine += '=';
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user