Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
a4c2a0ee
Commit
a4c2a0ee
authored
Dec 23, 2008
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Dec 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt/tests: Use the C standard for multiline strings.
parent
ac85a76b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
file.c
dlls/msvcrt/tests/file.c
+9
-9
No files found.
dlls/msvcrt/tests/file.c
View file @
a4c2a0ee
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment