cmd: Add another expansion test.
[wine.git] / programs / cmd / tests / test_builtins.cmd.exp
blob55fc9f29c83bfd66875d11e80a65964abb82770a
2 @pwd@>echo Tests for cmd's builtin commands@todo_space@
3 Tests for cmd's builtin commands
4 ------------ Testing 'echo' --------------
5 word
6 'singlequotedword'
7 "doublequotedword"
8 at-echoed-word
9 "/?"
12 ------------ Testing 'set' --------------
13 set "FOO=bar" should not include the quotes in the variable value
14 bar
15 ------------ Testing variable expansion --------------
16 ~dp0 should be directory containing batch file
17 @pwd@\
18 @pwd@\
25 ERRORLEVEL
28 0ERRORLEVEL
33 P0S
34 ------------ Testing if/else --------------
35 if/else should work with blocks
36 if seems to work
37 else seems to work
38 Testing case sensitivity with and without /i option
39 if seems to default to case sensitivity
40 if /i seems to work
41 if /I seems to work