Commit 9d63b914 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

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

parent 786429b3
......@@ -9,3 +9,8 @@ echo "doublequotedword"
echo "/?"
echo.
echo .
echo ------------ Testing 'set' --------------
echo set "FOO=bar" should not include the quotes in the variable value
set "FOO=bar"
echo %FOO%
......@@ -9,3 +9,6 @@ at-echoed-word
"/?"
.
------------ Testing 'set' --------------
set "FOO=bar" should not include the quotes in the variable value
bar
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