added some quotes to why2-test success message
I think it's good for checking if there aren't any 'trailing spaces'
This commit is contained in:
parent
c3e7caf4b3
commit
7cb46db306
@ -49,12 +49,12 @@ int main(void)
|
|||||||
(
|
(
|
||||||
"Test successful!\n\n"
|
"Test successful!\n\n"
|
||||||
|
|
||||||
"TEXT: \t\t%s\n"
|
"TEXT: \t\t\"%s\"\n"
|
||||||
"OUTPUT: \t%s\n"
|
"OUTPUT: \t\"%s\"\n"
|
||||||
"KEY: \t\t%s\n"
|
"KEY: \t\t\"%s\"\n"
|
||||||
"TIME: \t\t%lums\n"
|
"TIME: \t\t\"%lums\"\n"
|
||||||
"UNUSED KEY: \t%lu\n"
|
"UNUSED KEY: \t\"%lu\"\n"
|
||||||
"EXIT CODE: \t%d\n"
|
"EXIT CODE: \t\"%d\"\n"
|
||||||
|
|
||||||
, TEST_TEXT, textBuffer, encrypted.usedKey, timeBuffer / 1000, encrypted.unusedKeySize, encrypted.exitCode
|
, TEST_TEXT, textBuffer, encrypted.usedKey, timeBuffer / 1000, encrypted.unusedKeySize, encrypted.exitCode
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user