curl/tests/data/test1203
Viktor Szakats 18f1cd7a77
tests: sync feature names with curl -V
Some feature names used in tests had minor differences compared to
the well-known ones from `curl -V`. This patch syncs them to make test
results easier to grok.

Closes #14183
2024-07-16 00:44:55 +02:00

44 lines
508 B
Plaintext

<testcase>
<info>
<keywords>
GOPHER-ipv6
IPv6
INDEX
</keywords>
</info>
#
# Server-side
<reply>
<data>
iMenu results error.host 1
0Selector /bar bar.foo.invalid 70
.
</data>
</reply>
# Client-side
<client>
<features>
IPv6
</features>
<server>
gopher-ipv6
</server>
<name>
Gopher IPv6 index
</name>
<command>
-g gopher://%HOST6IP:%GOPHER6PORT/1/moo/%TESTNUMBER
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
/moo/%TESTNUMBER
</protocol>
</verify>
</testcase>