1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test200
2001-05-28 12:30:21 +00:00

32 lines
322 B
Plaintext

# Server-side
<reply>
<data>
foo
bar
bar
foo
moo
</data>
</reply>
# Client-side
<client>
<name>
file:// with relative path
</name>
<command>
file://log/test200.txt
</command>
<file name="log/test200.txt">
foo
bar
bar
foo
moo
</file>
</test>
# Verify data after the test has been "shot"
<verify>
</verify>