mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
4f4af5d271
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 . |
||
---|---|---|
.. | ||
script_testsuite | ||
batch.c | ||
CMakeLists.txt | ||
README.txt | ||
rsrc.rc | ||
setup.c | ||
test_builtins.cmd | ||
test_builtins.cmd.exp | ||
test_echoer_parser.cmd | ||
test_echoer_parser.cmd.exp | ||
test_goto_call.cmd | ||
test_goto_call.cmd.exp | ||
testlist.c |
Cloned from Wine's cmd_winetest code.