Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
02014524
Commit
02014524
authored
Feb 15, 2023
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 16, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Add context to the EM_FORMATRANGE tests.
parent
b5b5b0b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
editor.c
dlls/riched20/tests/editor.c
+2
-0
No files found.
dlls/riched20/tests/editor.c
View file @
02014524
...
...
@@ -5784,6 +5784,7 @@ static void test_EM_FORMATRANGE(void)
SIZE
stringsize
;
int
len
;
winetest_push_context
(
"%d"
,
i
);
SendMessageA
(
hwndRichEdit
,
WM_SETTEXT
,
0
,
(
LPARAM
)
fmtstrings
[
i
].
string
);
gtl
.
flags
=
GTL_NUMCHARS
|
GTL_PRECISE
;
...
...
@@ -5840,6 +5841,7 @@ static void test_EM_FORMATRANGE(void)
todo_wine
{
ok
(
r
==
len
,
"Expected %d, got %d
\n
"
,
len
,
r
);
}
winetest_pop_context
();
}
ReleaseDC
(
NULL
,
hdc
);
...
...
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