mirror of
https://github.com/curl/curl.git
synced 2026-04-14 00:51:42 +08:00
Follow-up to 034612cd51
Add test 759 to verify
Reported-by: Stanislav Osipov
Fixes #18352
Closes #18353
31 lines
341 B
Plaintext
31 lines
341 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
globbing
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
glob '{,'
|
|
</name>
|
|
<command>
|
|
"{,,,,,,,}" "{," "{,,,"
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
# curl: (3) unmatched brace in URL position 1:
|
|
<errorcode>
|
|
3
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|