![]() At all 3 places isMultiLine is checked in for loop : for (int index = 0; index < size && !isMultiLine; ++index) { It means !isMultiLine is always true (otherwise do not enter loop), so || condition does not depend on isMultiLine, so removed that. |
||
---|---|---|
.. | ||
jsontestrunner | ||
lib_json | ||
test_lib_json | ||
CMakeLists.txt |