cmd: Add test to show set "FOO=bar" should not include the quotes in the variable value.

This commit is contained in:
Dan Kegel 2010-02-16 12:25:41 -08:00 committed by Alexandre Julliard
parent 786429b3d7
commit 9d63b91405
2 changed files with 8 additions and 0 deletions

View File

@ -9,3 +9,8 @@ echo "doublequotedword"
echo "/?" echo "/?"
echo. echo.
echo . echo .
echo ------------ Testing 'set' --------------
echo set "FOO=bar" should not include the quotes in the variable value
set "FOO=bar"
echo %FOO%

View File

@ -9,3 +9,6 @@ at-echoed-word
"/?" "/?"
. .
------------ Testing 'set' --------------
set "FOO=bar" should not include the quotes in the variable value
bar