1--- Test 1
2Line1
3"Line2"
4--- Test 2
5Test quotes "&" work
6--- Test 3
7"&"
8--- Test 4
9"<"
10--- Test 5
11">"
12--- Test 6
13"\"
14--- Test 7
15"|"
16--- Test 8
17"`"
18--- Test 9
19"""
20--- Test 10
21--- Test 11
22--- Test 12
23passed1
24--- Test 13
25passed2@space@
26--- Test 14
27foobar
28--- Test 15
29No whitespace
30--- Test 16
31--- Test 17
32--- Test 18
33No prompts or I would not get here1
34No prompts or I would not get here2
35%hello1%
36%hello2
37%hello3:h=t%
38%hello4%%
39one = %1
401
412
423
434
445
45@todo_wine@var contents: 11
46var=33@space@
4799
48------ Testing invocation of batch files ----------
490@space@
501@space@
511@space@
521@space@
531@space@
540@space@
551@space@
562@space@
570@space@
583@space@
593@space@
604@space@
61------ Testing invocation with CMD /C -------------
620@space@
631@space@
640@space@
650@space@
661@space@
670@space@
681@space@
692@space@
700@space@
713@space@
724@space@
73Passed
74---------- Testing CMD /C quoting -----------------
75"hi"
761@space@
77"\"\\"\\\"\\\\"@space@"\"\\"\\\"\\\\"
781@space@
790@space@
801@space@
810@space@
820@space@
830@space@@or_broken@3@space@
843@space@
852@space@
862@space@
872@space@
880@space@
895@space@
90------- Testing CMD /C qualifier treatment ------------
910@space@
921@space@
93THIS FAILS: cmd "/c"say one
94THIS FAILS: cmd ignoreme/c say one
95--------- Testing special characters --------------
960@space@
970@space@
98)@space@
99[@space@
100]@space@
101{@space@
102}@space@
1030@space@
1040@space@
105!@space@
1060@space@@or_broken@!@space@
107@todo_wine@0@space@
108'@space@
109+@space@
1100@space@
111'@space@
112~@space@
113--------- Testing parameter passing  --------------
1141:1,2:@space@
1151:(1),2:@space@
1161:1(2),2:@space@
1171:(1),2:@space@
1181:((1)),2:@space@
1191:(1)(2),2:@space@
1201:(1),2:(2)@space@
1211:1,2:2@space@
1221:1,2:2@space@
1231:1,2:2@space@
1241:"p@space@"1,2:p"@space@"2@space@
1251:p"1@space@p",2:2@space@
126--------- Testing delimiters and parameter passing  --------------
1270:tell,1:1,2:2,All:'1 2'@or_broken@0:tell,1:1,2:2,All:' 1 2'
1280:tell,1:1,2:2,All:'1 2'@or_broken@0:tell,1:1,2:2,All:' 1 2'
1290:tell,1:1,2:2,All:'==1==2'
1300:tell,1:(1234),2:,All:'(1234)'
1310:tell,1:(12(34),2:,All:'(12(34)'
1320:tell,1:(12,2:34),All:'(12;34)'
133--------- Finished  --------------
134