Sweden-Number/programs/cmd/tests/test_builtins.cmd.exp

41 lines
715 B
Plaintext
Raw Normal View History

2010-02-09 19:11:15 +01:00
@pwd@>echo Tests for cmd's builtin commands@todo_space@
Tests for cmd's builtin commands
------------ Testing 'echo' --------------
2010-02-09 19:11:15 +01:00
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@\
2010-03-09 13:15:35 +01:00
%
P
P
S
P
PS
ERRORLEVEL
0
00
0
0%
P0
0S
P0S
2010-02-18 08:11:04 +01:00
------------ 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