2 @pwd@>echo Tests for cmd's builtin commands@space@
3 Tests for cmd's builtin commands
5 @pwd@>echo ------------ Testing 'echo' [ON] --------------@space@
6 ------------ Testing 'echo' [ON] --------------
11 @pwd@>echo 'singlequotedword'@space@
14 @pwd@>echo "doublequotedword"@space@
18 @pwd@>echo "/?"@space@
30 @pwd@>echo .word@space@
33 @pwd@>echo word@space@@space@
36 @pwd@>echo word@space@@space@@space@
38 ------------ Testing 'echo' [OFF] --------------
50 ------------ Testing 'set' --------------
51 set "FOO=bar" should not include the quotes in the variable value
53 ------------ Testing variable expansion --------------
54 ~dp0 should be directory containing batch file
57 CD value @pwd@@or_broken@CD value
73 ------------ Testing if/else --------------
74 if/else should work with blocks
77 Testing case sensitivity with and without /i option
78 if seems to default to case sensitivity
81 -----------Testing GOTO-----------
82 goto with no leading space worked
83 goto with a leading space worked
84 goto with a leading tab worked
85 goto with a following space worked