mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
cmd: Add another expansion test.
Test %VAR%VAR% to check that the second variable is not expanded.
This commit is contained in:
parent
954d06ca35
commit
ac8d92405c
@ -32,6 +32,7 @@ echo P%UNKNOWN%S
|
||||
echo %ERRORLEVEL
|
||||
echo %ERRORLEVEL%
|
||||
echo %ERRORLEVEL%%ERRORLEVEL%
|
||||
echo %ERRORLEVEL%ERRORLEVEL%
|
||||
echo %ERRORLEVEL%%
|
||||
echo %ERRORLEVEL%%%
|
||||
echo P%ERRORLEVEL%
|
||||
|
@ -25,6 +25,7 @@ PS
|
||||
ERRORLEVEL
|
||||
0
|
||||
00
|
||||
0ERRORLEVEL
|
||||
0
|
||||
0%
|
||||
P0
|
||||
|
Loading…
Reference in New Issue
Block a user