reactos/modules/rostests/win32/cmd
Hermès Bélusca-Maïto 4f4af5d271
[CMD_ROSTEST] Add tests for CALL label parsing, and for CALL and GOTO behaviour.
Tests adapted from https://stackoverflow.com/q/31987023/13530036
and from https://stackoverflow.com/a/38938416/13530036 .

- Test when CALL with a label containing /? actually calls GOTO's help,
  and test when CALL's help is displayed instead.

- Test when CALL with a label containing /?, but specified by variables,
  do NOT trigger GOTO's or CALL's help.

- Test the effect of the presence of escape carets in CALL label string.

- Test that CALL indeed supports double delayed expansion. Adapted from
  https://stackoverflow.com/a/31990563/13530036 .
2020-09-27 19:04:51 +02:00
..
script_testsuite
batch.c [CMD_ROSTEST] Sync batch.c with cmd_winetest' counterpart. 2020-08-19 20:35:53 +02:00
CMakeLists.txt [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
README.txt [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00
rsrc.rc [CMD_ROSTEST] Add tests for batch execution flow with GOTO and CALL commands. 2020-08-19 20:35:58 +02:00
setup.c
test_builtins.cmd [CMD_ROSTEST] Add tests for SET /A errorlevels. 2020-09-23 00:22:48 +02:00
test_builtins.cmd.exp [CMD_ROSTEST] Add tests for SET /A errorlevels. 2020-09-23 00:22:48 +02:00
test_echoer_parser.cmd [CMD_ROSTEST] Add more tests for the command echoer and new tests for the parser. 2020-09-26 17:51:07 +02:00
test_echoer_parser.cmd.exp [CMD_ROSTEST] Add more tests for the command echoer and new tests for the parser. 2020-09-26 17:51:07 +02:00
test_goto_call.cmd [CMD_ROSTEST] Add tests for CALL label parsing, and for CALL and GOTO behaviour. 2020-09-27 19:04:51 +02:00
test_goto_call.cmd.exp [CMD_ROSTEST] Add tests for CALL label parsing, and for CALL and GOTO behaviour. 2020-09-27 19:04:51 +02:00
testlist.c [ROSTESTS] Start adding ReactOS-owned tests for cmd.exe, based on Wine's. 2017-11-17 00:58:45 +01:00

Cloned from Wine's cmd_winetest code.