d365249601cb154016d18771d2a3277cb8657d8c
[platform/upstream/curl.git] / tests / data / test1220
1 <testcase>
2 # Server-side
3 <reply>
4 <data>
5 </data>
6 </reply>
7
8 # Client-side
9 <client>
10 <server>
11 file
12 </server>
13  <name>
14 file:// URLs with query string
15  </name>
16  <command>
17 file://localhost/%PWD/log/test1220.txt?a_query=foobar#afragment
18 </command>
19 <file name="log/test1220.txt">
20 contents in a single file
21 </file>
22 </client>
23
24 # Verify data after the test has been "shot"
25 <verify>
26 <stdout>
27 contents in a single file
28 </stdout>
29 </verify>
30 </testcase>