Sweden-Number/programs/cmd/tests
Jason Edmeades f87e25a7bc cmd: Handle unechoed rem commands inside a (..) section.
When processing a (..) multiline section, each line is processed and
if it starts with a '@' it is not echoed, but more importantly if is
'rem' then anything else on that line should be ignored. The reported
issue was that a pipe was being executed when it was hidden behind a
rem, which was trigged by the preceeding '@' character not being
skipped.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45729
Signed-off-by: Jason Edmeades <us@edmeades.me.uk>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-11 19:11:36 +02:00
..
Makefile.in
batch.c cmd/tests: Use the available ARRAY_SIZE() macro. 2018-05-29 09:28:44 +02:00
rsrc.rc
test_builtins.cmd cmd: Handle unechoed rem commands inside a (..) section. 2018-09-11 19:11:36 +02:00
test_builtins.cmd.exp cmd: Handle unechoed rem commands inside a (..) section. 2018-09-11 19:11:36 +02:00
test_cmdline.cmd
test_cmdline.cmd.exp