cmd: Add another expansion test.

Test %VAR%VAR% to check that the second variable is not expanded.
This commit is contained in:
Yann Droneaud 2010-03-16 10:54:26 +01:00 committed by Alexandre Julliard
parent 954d06ca35
commit ac8d92405c
2 changed files with 2 additions and 0 deletions

View File

@ -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%

View File

@ -25,6 +25,7 @@ PS
ERRORLEVEL
0
00
0ERRORLEVEL
0
0%
P0