cmd: Fix 'else', with tests.
[wine] / programs / cmd / tests / test_builtins.cmd.exp
1
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 "/?"
10
11 .
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@\
19 ------------ Testing if/else --------------
20 if/else should work with blocks
21 if seems to work
22 else seems to work