reactos/modules/rostests/win32/cmd/test_builtins.cmd.exp

27 lines
368 B
Text
Raw Normal View History

------------ Testing FOR loop ------------
--- Multiple lines
A
B
C
--- Lines and spaces
D
E
F
--- Multiple lines and commas
G
H
I
--- Multiple lines and %I
%I
%I
%I
--- Multiple lines and %j
%j
%j
%j
---------- Testing AND operator ----------
TRUE AND condition
---------- Testing OR operator -----------
FALSE OR condition
------------- End of Testing -------------