Skip to content
Snippets Groups Projects
test_builtins.cmd.exp 894 B
Newer Older
@pwd@>echo Tests for cmd's builtin commands@todo_space@
Tests for cmd's builtin commands
------------ Testing 'echo' --------------
Jacek Caban's avatar
Jacek Caban committed
word
'singlequotedword'
"doublequotedword"
at-echoed-word
"/?"

.
------------ Testing 'set' --------------
set "FOO=bar" should not include the quotes in the variable value
bar
------------ Testing variable expansion --------------
~dp0 should be directory containing batch file
@pwd@\
@pwd@\
0ERRORLEVEL
Dan Kegel's avatar
Dan Kegel committed
------------ Testing if/else --------------
if/else should work with blocks
if seems to work
else seems to work
Testing case sensitivity with and without /i option
if seems to default to case sensitivity
if /i seems to work
if /I seems to work
-----------Testing GOTO-----------
goto with no leading space worked
goto with a leading space worked
goto with a leading tab worked