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
096eeb1a
Commit
096eeb1a
authored
Feb 10, 2012
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 11, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Added empty hash URIs comparing tests.
parent
b0bc037d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
uri.c
dlls/urlmon/tests/uri.c
+16
-0
No files found.
dlls/urlmon/tests/uri.c
View file @
096eeb1a
...
...
@@ -4691,6 +4691,22 @@ static const uri_equality equality_tests[] = {
"file:///c:/dir/file.txt#a"
,
0
,
"file:///c:
\\
dir
\\
file.txt#b"
,
Uri_CREATE_FILE_USE_DOS_PATH
,
FALSE
},
/* Tests of an empty hash/fragment part */
{
"http://google.com/test"
,
0
,
"http://google.com/test#"
,
0
,
FALSE
},
{
"ftp://ftp.winehq.org/"
,
0
,
"ftp://ftp.winehq.org/#"
,
0
,
FALSE
},
{
"file:///c:/dir/file.txt#"
,
0
,
"file:///c:
\\
dir
\\
file.txt"
,
Uri_CREATE_FILE_USE_DOS_PATH
,
FALSE
}
};
...
...
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