Commit a4c2a0ee authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

msvcrt/tests: Use the C standard for multiline strings.

parent ac85a76b
......@@ -320,15 +320,15 @@ static void test_asciimode2(void)
char ibuf[4];
int i;
static const char obuf[] =
"00\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
000000000000000000\n\
1111111111111111111";
"00\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
"000000000000000000\n"
"1111111111111111111";
fp = fopen("ascii2.tst", "wt");
fwrite(obuf, 1, sizeof(obuf), fp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment