[CMD_ROSTEST] Add tests for batch execution flow with GOTO and CALL commands.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 26 Jul 2020 22:30:24 +0000 (00:30 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 19 Aug 2020 18:35:58 +0000 (20:35 +0200)
commit7f8792e0056f6763cf2b3de0ca052a35f784fa8b
tree7cf72c82834c4ad41feec5031df949d5777995ce
parentca912d7b360f86784f39c0252d11e7574dc868b7
[CMD_ROSTEST] Add tests for batch execution flow with GOTO and CALL commands.

- Tests for GOTO across IF parenthesized block (parser test with line
  continuation at closing parenthesis).

- Tests for showing how FOR-loops stop when a GOTO is encountered.

- Tests for EXIT command within IF block.
modules/rostests/win32/cmd/rsrc.rc
modules/rostests/win32/cmd/test_goto_call.cmd [new file with mode: 0644]
modules/rostests/win32/cmd/test_goto_call.cmd.exp [new file with mode: 0644]