mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
[librpbase/tests, libromdata/tests] Hexdumps: Add an extra space after the offset.
This commit is contained in:
parent
fc44e1da01
commit
223cee6c9c
@ -122,7 +122,7 @@ void CtrKeyScramblerTest::CompareByteArrays(
|
||||
s_actual += '\n';
|
||||
}
|
||||
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_expected += s_tmp;
|
||||
s_actual += s_tmp;
|
||||
}
|
||||
|
@ -189,7 +189,7 @@ void AesCipherTest::CompareByteArrays(
|
||||
s_actual += '\n';
|
||||
}
|
||||
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_expected += s_tmp;
|
||||
s_actual += s_tmp;
|
||||
}
|
||||
|
@ -214,7 +214,7 @@ void CBCReaderTest::CompareByteArrays(
|
||||
s_actual += '\n';
|
||||
}
|
||||
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_expected += s_tmp;
|
||||
s_actual += s_tmp;
|
||||
}
|
||||
|
@ -98,7 +98,7 @@ void HashTest::CompareByteArrays(
|
||||
s_actual += '\n';
|
||||
}
|
||||
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_tmp = fmt::format(FSTR("{:0>4X}: "), static_cast<unsigned int>(i));
|
||||
s_expected += s_tmp;
|
||||
s_actual += s_tmp;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user