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
b9f3e362
Commit
b9f3e362
authored
Oct 15, 2008
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 16, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Remove superfluous backslashes at end of lines.
parent
1988e6ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
editor.c
dlls/riched20/tests/editor.c
+10
-10
No files found.
dlls/riched20/tests/editor.c
View file @
b9f3e362
...
...
@@ -4578,26 +4578,26 @@ static void test_EM_STREAMIN(void)
const
char
*
streamText0b
=
"{
\\
rtf1 TestSomeText
\\
par
\\
par}"
;
const
char
*
streamText1
=
"{
\\
rtf1
\\
ansi
\\
ansicpg1252
\\
deff0
\\
deflang12298{
\\
fonttbl{
\\
f0
\\
fswiss
\\
fprq2
\\
fcharset0 System;}}
\r\n
"
\
"
\\
viewkind4
\\
uc1
\\
pard
\\
f0
\\
fs17 TestSomeText
\\
par
\r\n
"
\
"{
\\
rtf1
\\
ansi
\\
ansicpg1252
\\
deff0
\\
deflang12298{
\\
fonttbl{
\\
f0
\\
fswiss
\\
fprq2
\\
fcharset0 System;}}
\r\n
"
"
\\
viewkind4
\\
uc1
\\
pard
\\
f0
\\
fs17 TestSomeText
\\
par
\r\n
"
"}
\r\n
"
;
/* In richedit 2.0 mode, this should NOT be accepted, unlike 1.0 */
const
char
*
streamText2
=
"{{
\\
colortbl;
\\
red0
\\
green255
\\
blue102;
\\
red255
\\
green255
\\
blue255;"
\
"
\\
red170
\\
green255
\\
blue255;
\\
red255
\\
green238
\\
blue0;
\\
red51
\\
green255"
\
"
\\
blue221;
\\
red238
\\
green238
\\
blue238;}
\\
tx0
\\
tx424
\\
tx848
\\
tx1272 "
\
"
\\
tx1696
\\
tx2120
\\
tx2544
\\
tx2968
\\
tx3392
\\
tx3816
\\
tx4240
\\
tx4664 "
\
"
\\
tx5088
\\
tx5512
\\
tx5936
\\
tx6360
\\
tx6784
\\
tx7208
\\
tx7632
\\
tx8056 "
\
"
\\
tx8480
\\
tx8904
\\
tx9328
\\
tx9752
\\
tx10176
\\
tx10600
\\
tx11024 "
\
"{{
\\
colortbl;
\\
red0
\\
green255
\\
blue102;
\\
red255
\\
green255
\\
blue255;"
"
\\
red170
\\
green255
\\
blue255;
\\
red255
\\
green238
\\
blue0;
\\
red51
\\
green255"
"
\\
blue221;
\\
red238
\\
green238
\\
blue238;}
\\
tx0
\\
tx424
\\
tx848
\\
tx1272 "
"
\\
tx1696
\\
tx2120
\\
tx2544
\\
tx2968
\\
tx3392
\\
tx3816
\\
tx4240
\\
tx4664 "
"
\\
tx5088
\\
tx5512
\\
tx5936
\\
tx6360
\\
tx6784
\\
tx7208
\\
tx7632
\\
tx8056 "
"
\\
tx8480
\\
tx8904
\\
tx9328
\\
tx9752
\\
tx10176
\\
tx10600
\\
tx11024 "
"
\\
tx11448
\\
tx11872
\\
tx12296
\\
tx12720
\\
tx13144
\\
cf2 RichEdit1
\\
line }"
;
const
char
*
streamText3
=
"RichEdit1"
;
struct
StringWithLength
cookieForStream4
;
const
char
*
streamText4
=
"This text just needs to be long enough to cause run to be split onto "
\
"two separate lines and make sure the null terminating character is "
\
"This text just needs to be long enough to cause run to be split onto "
"two separate lines and make sure the null terminating character is "
"handled properly.
\0
"
;
int
length4
=
strlen
(
streamText4
)
+
1
;
cookieForStream4
.
buffer
=
(
char
*
)
streamText4
;
...
...
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