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
0f21814b
Commit
0f21814b
authored
Nov 10, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Nov 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon/tests: Escape '\' in C strings (sparse).
parent
bb442a2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
uri.c
dlls/urlmon/tests/uri.c
+6
-6
No files found.
dlls/urlmon/tests/uri.c
View file @
0f21814b
...
...
@@ -3307,20 +3307,20 @@ static const uri_properties uri_tests[] = {
}
},
/* Allow more characters when Uri_CREATE_FILE_USE_DOS_PATH is specified */
{
"file:///c:/dir\%%61%20%5Fname/file%2A.html"
,
Uri_CREATE_FILE_USE_DOS_PATH
,
S_OK
,
FALSE
,
{
"file:///c:/dir
\
\
%%61%20%5Fname/file%2A.html"
,
Uri_CREATE_FILE_USE_DOS_PATH
,
S_OK
,
FALSE
,
{
{
"file://c:
\\
dir\%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
"file://c:
\\
dir
\
\
%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
"file://c:
\\
dir\%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
"file://c:
\\
dir
\
\
%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
".html"
,
S_OK
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
"c:
\\
dir\%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
"c:
\\
dir\%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
"c:
\\
dir
\
\
%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
"c:
\\
dir
\
\
%a _name
\\
file*.html"
,
S_OK
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
"file:///c:/dir\%%61%20%5Fname/file%2A.html"
,
S_OK
,
FALSE
},
{
"file:///c:/dir
\
\
%%61%20%5Fname/file%2A.html"
,
S_OK
,
FALSE
},
{
"file"
,
S_OK
,
FALSE
},
{
""
,
S_FALSE
,
FALSE
},
{
""
,
S_FALSE
,
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