mirror of
https://github.com/curl/curl.git
synced 2026-05-17 00:16:21 +03:00
37 lines
587 B
XML
37 lines
587 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
globbing
|
|
{} list
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
reference a named glob not set
|
|
</name>
|
|
<command option="no-output">
|
|
"%HOSTIP:%HTTPPORT/{%LTtest%GTA,B}{%LTmoo%GTC,D}" -o "somewhere/#%LTfoo%GT"
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<stderr mode="text">
|
|
curl: (43) no glob exists with this name in position 16:
|
|
somewhere/#%LTfoo%GT
|
|
^
|
|
</stderr>
|
|
<errorcode>
|
|
43
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|