mirror of
https://github.com/curl/curl.git
synced 2026-05-30 17:37:28 +03:00
test557: avoid & symbol in test output to be XML-friendly
Closes #19492
This commit is contained in:
parent
1e5cb75218
commit
ce329affa7
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ All curl_mprintf() signed long tests OK!
|
|||
All curl_mprintf() curl_off_t tests OK!
|
||||
All curl_mprintf() strings tests OK!
|
||||
All float strings tests OK!
|
||||
All curl_mprintf() octal & hexadecimal tests OK!
|
||||
All curl_mprintf() octal and hexadecimal tests OK!
|
||||
</stdout>
|
||||
</verify>
|
||||
|
||||
|
|
|
|||
|
|
@ -1495,9 +1495,9 @@ static int test_oct_hex_formatting(void)
|
|||
#endif
|
||||
|
||||
if(!errors)
|
||||
curl_mprintf("All curl_mprintf() octal & hexadecimal tests OK!\n");
|
||||
curl_mprintf("All curl_mprintf() octal and hexadecimal tests OK!\n");
|
||||
else
|
||||
curl_mprintf("Some curl_mprintf() octal & hexadecimal tests Failed!\n");
|
||||
curl_mprintf("Some curl_mprintf() octal or hexadecimal tests Failed!\n");
|
||||
|
||||
return errors;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue