Sweden-Number/programs/cmd/tests
Jason Edmeades 6cb520476a cmd: Fix statements after 'else' inside for loops.
When inside a for loop, an 'if' statement is processed and the true part
taken. Once all the commands in the true are processed, the else part is
parsed, and a flag set to skip all commands in the else part. Unfortunately
this flag is left on even when the if statement ends, meaning subsequent
commands are also skipped.

Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-16 09:19:20 +02:00
..
Makefile.in makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
batch.c cmd/tests: Use the available ARRAY_SIZE() macro. 2018-05-29 09:28:44 +02:00
rsrc.rc
test_builtins.cmd cmd: Fix statements after 'else' inside for loops. 2018-07-16 09:19:20 +02:00
test_builtins.cmd.exp cmd: Fix statements after 'else' inside for loops. 2018-07-16 09:19:20 +02:00
test_cmdline.cmd
test_cmdline.cmd.exp