mirror of
https://github.com/curl/curl.git
synced 2026-05-17 02:46:22 +03:00
26 lines
351 B
XML
26 lines
351 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
globbing
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<name>
|
|
glob '{,'
|
|
</name>
|
|
<command>
|
|
"{,,,,,,,}" "{," "{,,,"
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# curl: (3) unmatched brace in position 1:
|
|
<errorcode>
|
|
3
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|