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
3afa0e42
Commit
3afa0e42
authored
Jul 06, 2017
by
Hugh McMaster
Committed by
Alexandre Julliard
Jul 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit/tests: Add another test for "0x" prefixes in the hex data type.
Signed-off-by:
Hugh McMaster
<
hugh.mcmaster@outlook.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
499733f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
regedit.c
programs/regedit/tests/regedit.c
+3
-1
No files found.
programs/regedit/tests/regedit.c
View file @
3afa0e42
...
...
@@ -457,7 +457,8 @@ static void test_basic_import(void)
"
\"
Wine13h
\"
=hex(ffffffff):56,61,6c,75,65,00
\n
"
"
\"
Wine13i
\"
=hex(100000000):56,61,6c,75,65,00
\n
"
"
\"
Wine13j
\"
=hex(0x2):56,61,6c,75,65,00
\n
"
"
\"
Wine13k
\"
=hex(x2):56,61,6c,75,65,00
\n\n
"
);
"
\"
Wine13k
\"
=hex(0X2):56,61,6c,75,65,00
\n
"
"
\"
Wine13l
\"
=hex(x2):56,61,6c,75,65,00
\n\n
"
);
verify_reg
(
hkey
,
"Wine13a"
,
REG_NONE
,
"Value"
,
6
,
0
);
verify_reg
(
hkey
,
"Wine13b"
,
0x10
,
"Value"
,
6
,
0
);
verify_reg
(
hkey
,
"Wine13c"
,
0x100
,
"Value"
,
6
,
0
);
...
...
@@ -469,6 +470,7 @@ static void test_basic_import(void)
verify_reg_nonexist
(
hkey
,
"Wine13i"
);
verify_reg_nonexist
(
hkey
,
"Wine13j"
);
verify_reg_nonexist
(
hkey
,
"Wine13k"
);
verify_reg_nonexist
(
hkey
,
"Wine13l"
);
exec_import_str
(
"REGEDIT4
\n\n
"
"[HKEY_CURRENT_USER
\\
"
KEY_BASE
"]
\n
"
...
...
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