mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
8dd89c7cfc
CORE-7998 Based on Wine's cmd_winetest code, this first bunch of tests check how the "for" command should process the newlines inside its parenthesed set. Adapted by Doug Lyons.
27 lines
491 B
Text
27 lines
491 B
Text
------------ Testing for1 ------------
|
|
--- plain FOR with multiple lines
|
|
A
|
|
B
|
|
C
|
|
------------ Testing for2 ------------
|
|
--- plain FOR with lines and spaces
|
|
D
|
|
E
|
|
F
|
|
------------ Testing for3 ------------
|
|
--- plain FOR with multiple lines and commas
|
|
G
|
|
H
|
|
I
|
|
------------ Testing for4 ------------
|
|
--- plain FOR with multiple lines and %I
|
|
%I
|
|
%I
|
|
%I
|
|
------------ Testing for5 ------------
|
|
--- plain FOR with multiple lines and %j
|
|
%j
|
|
%j
|
|
%j
|
|
------------ End of Testing ------------
|
|
--- Testing ends here
|