Commit ac8d9240 authored by Yann Droneaud's avatar Yann Droneaud Committed by Alexandre Julliard

cmd: Add another expansion test.

Test %VAR%VAR% to check that the second variable is not expanded.
parent 954d06ca
...@@ -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%
......
...@@ -25,6 +25,7 @@ PS ...@@ -25,6 +25,7 @@ PS
ERRORLEVEL ERRORLEVEL
0 0
00 00
0ERRORLEVEL
0 0
0% 0%
P0 P0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment