[*] 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];
|
const auto &next = gCmdLineString[i + 1];
|
||||||
|
|
||||||
if (!(doesStartWithSwitch(next) || containsAssign(next)))
|
if (!doesStartWithSwitch(next) && !containsAssign(next))
|
||||||
{
|
{
|
||||||
extendedLine += '=';
|
extendedLine += '=';
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user