Git init
[external/curl.git] / tests / data / test203
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 foo
6    bar
7 bar
8    foo
9 moo
10 </data>
11 </reply>
12
13 # Client-side
14 <client>
15 <server>
16 file
17 </server>
18  <name>
19 file:/path URL with a single slash
20  </name>
21  <command>
22 file:%PWD/log/test203.txt
23 </command>
24 <file name="log/test203.txt">
25 foo
26    bar
27 bar
28    foo
29 moo
30 </file>
31 </client>
32
33 # Verify data after the test has been "shot"
34 <verify>
35 </verify>
36 </testcase>