mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05:00
53151db167
Patches over email very easily lose CRLF line endings in files otherwise LF-only so I had to put them back where needed.
41 lines
520 B
Plaintext
41 lines
520 B
Plaintext
# Gopher selector fetch
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
GOPHER
|
|
SELECTOR
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
<datacheck>
|
|
iMenu results error.host 1
|
|
0Selector /selector/SELECTOR /bar bar.foo.invalid 70
|
|
.
|
|
</datacheck>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
gopher
|
|
</server>
|
|
<name>
|
|
Gopher selector
|
|
</name>
|
|
<command>
|
|
gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
/selector/SELECTOR
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|