blob: 366cc2cd09b7f26fdb26fb0f5c07c453212f0e54 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7
8# Server-side
9<reply>
10<data>
11foo
12 bar
13bar
14 foo
15moo
16</data>
17</reply>
18
19# Client-side
20<client>
21<server>
22file
23</server>
24 <name>
25file:/path URL with a single slash
26 </name>
27 <command>
28file:%PWD/log/test203.txt
29</command>
30<file name="log/test203.txt">
31foo
32 bar
33bar
34 foo
35moo
36</file>
37</client>
38
39# Verify data after the test has been "shot"
40<verify>
41</verify>
42</testcase>