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
f90871cb
Commit
f90871cb
authored
Mar 28, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/tests: Slash spelling fix.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4f8b0b0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+4
-4
test_builtins.cmd.exp
programs/cmd/tests/test_builtins.cmd.exp
+4
-4
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
f90871cb
...
...
@@ -1072,16 +1072,16 @@ call :ValidateExpected
echo for /R passed
echo --- Complex wildcards unix and windows slash
cd ..
echo Windows slashs, valid path
echo Windows slash
e
s, valid path
for %%f in (foobar\baz\bazbaz) do echo ASIS: %%f
for %%f in (foobar\baz\*) do echo WC : %%f
echo Windows slashs, invalid path
echo Windows slash
e
s, invalid path
for %%f in (foobar\jim\bazbaz) do echo ASIS: %%f
for %%f in (foobar\jim\*) do echo WC : %%f
echo Unix slashs, valid path
echo Unix slash
e
s, valid path
for %%f in (foobar/baz/bazbaz) do echo ASIS: %%f
for %%f in (foobar/baz/*) do echo WC : %%f
echo Unix slashs, invalid path
echo Unix slash
e
s, invalid path
for %%f in (foobar/jim/bazbaz) do echo ASIS: %%f
for %%f in (foobar/jim/*) do echo WC : %%f
echo Done
...
...
programs/cmd/tests/test_builtins.cmd.exp
View file @
f90871cb
...
...
@@ -714,15 +714,15 @@ With duplicates enumeration
Strip missing wildcards, keep unwildcarded names
for /R passed
--- Complex wildcards unix and windows slash
Windows slashs, valid path
Windows slash
e
s, valid path
ASIS: foobar\baz\bazbaz
WC : foobar\baz\bazbaz
Windows slashs, invalid path
Windows slash
e
s, invalid path
ASIS: foobar\jim\bazbaz
Unix slashs, valid path
Unix slash
e
s, valid path
ASIS: foobar/baz/bazbaz
WC : bazbaz
Unix slashs, invalid path
Unix slash
e
s, invalid path
ASIS: foobar/jim/bazbaz
Done
--- for /L
...
...
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