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
ac8d9240
Commit
ac8d9240
authored
Mar 16, 2010
by
Yann Droneaud
Committed by
Alexandre Julliard
Mar 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Add another expansion test.
Test %VAR%VAR% to check that the second variable is not expanded.
parent
954d06ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+1
-0
test_builtins.cmd.exp
programs/cmd/tests/test_builtins.cmd.exp
+1
-0
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
ac8d9240
...
@@ -32,6 +32,7 @@ echo P%UNKNOWN%S
...
@@ -32,6 +32,7 @@ echo P%UNKNOWN%S
echo %ERRORLEVEL
echo %ERRORLEVEL
echo %ERRORLEVEL%
echo %ERRORLEVEL%
echo %ERRORLEVEL%%ERRORLEVEL%
echo %ERRORLEVEL%%ERRORLEVEL%
echo %ERRORLEVEL%ERRORLEVEL%
echo %ERRORLEVEL%%
echo %ERRORLEVEL%%
echo %ERRORLEVEL%%%
echo %ERRORLEVEL%%%
echo P%ERRORLEVEL%
echo P%ERRORLEVEL%
...
...
programs/cmd/tests/test_builtins.cmd.exp
View file @
ac8d9240
...
@@ -25,6 +25,7 @@ PS
...
@@ -25,6 +25,7 @@ PS
ERRORLEVEL
ERRORLEVEL
0
0
00
00
0ERRORLEVEL
0
0
0%
0%
P0
P0
...
...
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