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
d3d4e3a9
Commit
d3d4e3a9
authored
May 23, 2014
by
Huw Davies
Committed by
Alexandre Julliard
May 24, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite/tests: U+1cc8 is not an assigned codepoint, use U+1cc7 instead. Fixes test on win 8.
parent
31c76cae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
analyzer.c
dlls/dwrite/tests/analyzer.c
+2
-2
No files found.
dlls/dwrite/tests/analyzer.c
View file @
d3d4e3a9
...
@@ -716,7 +716,7 @@ static struct sa_test sa_tests[] = {
...
@@ -716,7 +716,7 @@ static struct sa_test sa_tests[] = {
},
},
{
{
/* Sundanese Supplement */
/* Sundanese Supplement */
{
0x1cc0
,
0x1cc5
,
0x1cc
8
,
0
},
1
,
{
0x1cc0
,
0x1cc5
,
0x1cc
7
,
0
},
1
,
{
{
0
,
3
,
DWRITE_SCRIPT_SHAPES_DEFAULT
}}
{
{
0
,
3
,
DWRITE_SCRIPT_SHAPES_DEFAULT
}}
},
},
{
{
...
@@ -765,7 +765,7 @@ static void test_AnalyzeScript(void)
...
@@ -765,7 +765,7 @@ static void test_AnalyzeScript(void)
init_expected_sa
(
expected_seq
,
ptr
);
init_expected_sa
(
expected_seq
,
ptr
);
hr
=
IDWriteTextAnalyzer_AnalyzeScript
(
analyzer
,
&
analysissource
,
0
,
lstrlenW
(
g_source
),
&
analysissink
);
hr
=
IDWriteTextAnalyzer_AnalyzeScript
(
analyzer
,
&
analysissource
,
0
,
lstrlenW
(
g_source
),
&
analysissink
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"got 0x%08x
\n
"
,
hr
);
ok_sequence
(
sequences
,
ANALYZER_ID
,
expected_seq
[
0
]
->
sequence
,
"AnalyzeScript"
,
FALSE
);
ok_sequence
(
sequences
,
ANALYZER_ID
,
expected_seq
[
0
]
->
sequence
,
wine_dbgstr_w
(
ptr
->
string
)
,
FALSE
);
ptr
++
;
ptr
++
;
}
}
...
...
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