reactos/modules/rostests/win32/cmd/test_builtins.cmd.exp
Doug Lyons 79d67dc846 Merge pull request #1889 from Doug-Lyons/find_regression_test
Add Regression test for "find" using BAT with Conditionals "&&" and "||"
2019-09-01 23:03:16 +02:00

38 lines
822 B
Plaintext

------------ 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
------------ Testing Amp-Amp ---------
--- test for something that is TRUE
TRUE Amp-Amp
------------ Testing Amp-Amp ---------
--- test for something that is FALSE
------------ Testing Pipe-Pipe -------
--- test for something that is TRUE
------------ Testing Pipe-Pipe -------
--- test for something that is FALSE
FALSE Pipe-Pipe
------------ End of Testing ------------
--- Testing ends here